Tuesday, October 24, 2017

How To Set WHO Column In Oracle Forms

Inorder to set WHO columns you need to have the following 5 columns with your custom tables.

,CREATED_BY                    NUMBER
,CREATION_DATE              DATE
,LAST_UPDATED_BY        NUMBER
,LAST_UPDATE_DATE      DATE
,LAST_UPDATE_LOGIN    NUMBER

With both pre-insert and pre-update Block level triggers call the below code.

begin
    fnd_standard.set_who;
end;

No comments:

Post a Comment

SupplierAddressImportTemplate.xlsm South Africa Suburb Field mapping in POZ_SUPPLIER_ADDRESSES_INT

Suburb mpping in Supplier Address Import Template will be mapped to Address Element Attribute2 (HZ_LOCATIONS. ADDR_ELEMENT_ATTRIBUTE2)