DBA Data[Home] [Help]

APPS.HR_ORGANIZATION dependencies on PER_JOB_GROUPS

Line 164: perform an insert to PER_JOB_GROUPS to

160: 115.15 14-Dec-99 Tmathers Moved seed benefits data
161: out of US only code.
162: 115.16 05-Jun-00 CCarter Added parameter p_org_information6
163: to insert_bus_grp_details in order to
164: perform an insert to PER_JOB_GROUPS to
165: create a Job Group everytime a Business
166: Group is created.
167: 115.17 30-Oct-00 VTreiger Added check for api_dml call to provide
168: processing when using Org APIs.

Line 647: insert into PER_JOB_GROUPS

643: end if;
644: --
645: end if;
646: --
647: insert into PER_JOB_GROUPS
648: (job_group_id
649: ,business_group_id
650: ,legislation_code
651: ,internal_name

Line 661: values (per_job_groups_s.nextval

657: ,created_by
658: ,last_update_date
659: ,last_updated_by
660: ,last_update_login)
661: values (per_job_groups_s.nextval
662: ,p_organization_id
663: ,null
664: ,'HR_'||to_char(p_organization_id)
665: ,'HR_'||to_char(p_organization_id)