DBA Data[Home] [Help]

APPS.PAY_ASG_PROCESS_GRP_PKG dependencies on DUAL

Line 96: from dual;

92: when no_data_found then
93: --
94: select pay_group_definitions_s.nextval
95: into l_definition_id
96: from dual;
97: --
98: insert into pay_group_definitions
99: (group_definition_id,
100: name)

Line 188: from dual;

184: if (p_update_row = 'Y') then
185: --
186: select pay_object_groups_s.nextval
187: into l_object_group_id
188: from dual;
189: --
190: if g_debug then
191: hr_utility.trace('Inserting into POG with ');
192: hr_utility.trace('Object_group_id ' || l_object_group_id );

Line 320: from dual;

316: if (p_update_row = 'Y') then
317: --
318: select pay_object_groups_s.nextval
319: into l_object_group_id
320: from dual;
321: --
322: insert into pay_object_groups
323: (object_group_id,
324: source_id,