DBA Data[Home] [Help]

APPS.PER_HIERARCHY_NODES_BK1 dependencies on HR_API

Line 86: l_commit_unit_number := hr_api.return_commit_unit;

82: l_commit_unit_number number;
83: l_legislation_code varchar2(30);
84: begin
85: hr_utility.set_location('Entering: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_A', 10);
86: l_commit_unit_number := hr_api.return_commit_unit;
87: if hr_api.call_leg_hooks then
88: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
89: if l_legislation_code = 'MX' then
90: PER_MX_GEN_HIER_VALID.CREATE_DEFAULT_LOCATION

Line 87: if hr_api.call_leg_hooks then

83: l_legislation_code varchar2(30);
84: begin
85: hr_utility.set_location('Entering: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_A', 10);
86: l_commit_unit_number := hr_api.return_commit_unit;
87: if hr_api.call_leg_hooks then
88: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
89: if l_legislation_code = 'MX' then
90: PER_MX_GEN_HIER_VALID.CREATE_DEFAULT_LOCATION
91: (P_HIERARCHY_NODE_ID => P_HIERARCHY_NODE_ID

Line 88: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

84: begin
85: hr_utility.set_location('Entering: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_A', 10);
86: l_commit_unit_number := hr_api.return_commit_unit;
87: if hr_api.call_leg_hooks then
88: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
89: if l_legislation_code = 'MX' then
90: PER_MX_GEN_HIER_VALID.CREATE_DEFAULT_LOCATION
91: (P_HIERARCHY_NODE_ID => P_HIERARCHY_NODE_ID
92: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 107: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_HIERARCHY_NODES', 'AP');

103: );
104: end if;
105: end if;
106: hr_multi_message.end_validation_set;
107: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_HIERARCHY_NODES', 'AP');
108: hr_utility.set_location(' Leaving: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_A', 20);
109: end CREATE_HIERARCHY_NODES_A;
110: procedure CREATE_HIERARCHY_NODES_B
111: (P_BUSINESS_GROUP_ID in NUMBER

Line 189: l_commit_unit_number := hr_api.return_commit_unit;

185: l_commit_unit_number number;
186: l_legislation_code varchar2(30);
187: begin
188: hr_utility.set_location('Entering: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_B', 10);
189: l_commit_unit_number := hr_api.return_commit_unit;
190: if hr_api.call_leg_hooks then
191: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
192: if l_legislation_code = 'MX' then
193: PER_MX_GEN_HIER_VALID.VALIDATE_NODES

Line 190: if hr_api.call_leg_hooks then

186: l_legislation_code varchar2(30);
187: begin
188: hr_utility.set_location('Entering: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_B', 10);
189: l_commit_unit_number := hr_api.return_commit_unit;
190: if hr_api.call_leg_hooks then
191: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
192: if l_legislation_code = 'MX' then
193: PER_MX_GEN_HIER_VALID.VALIDATE_NODES
194: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 191: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);

187: begin
188: hr_utility.set_location('Entering: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_B', 10);
189: l_commit_unit_number := hr_api.return_commit_unit;
190: if hr_api.call_leg_hooks then
191: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
192: if l_legislation_code = 'MX' then
193: PER_MX_GEN_HIER_VALID.VALIDATE_NODES
194: (P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
195: ,P_ENTITY_ID => P_ENTITY_ID

Line 208: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_HIERARCHY_NODES', 'BP');

204: ,P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
205: );
206: end if;
207: end if;
208: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_HIERARCHY_NODES', 'BP');
209: hr_utility.set_location(' Leaving: PER_HIERARCHY_NODES_BK1.CREATE_HIERARCHY_NODES_B', 20);
210: end CREATE_HIERARCHY_NODES_B;
211: end PER_HIERARCHY_NODES_BK1;