DBA Data[Home] [Help]

APPS.PAY_US_DB_PER_SETUP dependencies on HR_ORGANIZATION

Line 28: HR Organizations,

24: Description : This package defines the procedures required to
25: create all 'set up' entities in Personnel.
26: That is:
27: Business Groups,
28: HR Organizations,
29: Legal Companies,
30: Positions,
31: Jobs and
32: Grades.

Line 87: than hr_organization_units.

83: 40.9 01-NOV-95 JTHURING Removed error checking from end of script
84: 110.2 11-SEP-97 khabibul added suffix _vl to fnd_id_flex_structures as
85: id_flex_structure_name col is obsolete.
86: 110.3 19-JAN-99 nbristow insert into hr_all_organization_units rather
87: than hr_organization_units.
88: 115.2 24-MAR-99 sdoshi Flexible Dates Conversion.
89: 115.3 24-MAR-99 alogue MLS changes.
90: 115.4 14-May-1999 mmillmor multi radix change to working_hours on position
91: ================================================================= */

Line 128: SELECT hr_organization_units_s.nextval

124: end if;
125: --
126: hr_utility.set_location('pay_us_db_per_setup.insert_organization_unit',1);
127: --
128: SELECT hr_organization_units_s.nextval
129: INTO l_organization_id
130: FROM sys.dual ;
131: --
132: hr_organization.unique_name(p_business_group_id,l_organization_id,p_name);

Line 132: hr_organization.unique_name(p_business_group_id,l_organization_id,p_name);

128: SELECT hr_organization_units_s.nextval
129: INTO l_organization_id
130: FROM sys.dual ;
131: --
132: hr_organization.unique_name(p_business_group_id,l_organization_id,p_name);
133: --
134: --
135: hr_organization.date_range(nvl(p_date_from,trunc(SYSDATE)),p_date_to);
136: --

Line 135: hr_organization.date_range(nvl(p_date_from,trunc(SYSDATE)),p_date_to);

131: --
132: hr_organization.unique_name(p_business_group_id,l_organization_id,p_name);
133: --
134: --
135: hr_organization.date_range(nvl(p_date_from,trunc(SYSDATE)),p_date_to);
136: --
137: --
138: hr_utility.set_location('pay_us_db_per_setup.insert_organization_unit',2);
139: --