DBA Data[Home] [Help]

APPS.HR_ORG_INFO_ARI dependencies on HR_ORGANIZATION

Line 2: ON HR_ORGANIZATION_INFORMATION FOR EACH ROW

1: TRIGGER hr_org_info_ari AFTER INSERT
2: ON HR_ORGANIZATION_INFORMATION FOR EACH ROW
3: /*
4: -- Copyright (C) 1992 Oracle Corporation UK Ltd., Chertsey, England.
5: -- All rights reserved.
6: -- Name : hr_org_info_ari :Trigger will insert Business Group details when

Line 33: hr_organization.insert_bus_grp_details(:new.organization_id

29:
30: WHEN (new.org_information_context = 'Business Group Information' )
31: begin
32: if hr_general.g_data_migrator_mode <> 'Y' then
33: hr_organization.insert_bus_grp_details(:new.organization_id
34: ,:new.org_information9
35: ,:new.org_information6
36: ,:new.last_update_date
37: ,:new.last_updated_by