DBA Data[Home] [Help]

APPS.PAY_ASG_PROCESS_GRP_PKG dependencies on DUAL

Line 87: from dual;

83: when no_data_found then
84: --
85: select pay_group_definitions_s.nextval
86: into l_definition_id
87: from dual;
88: --
89: insert into pay_group_definitions
90: (group_definition_id,
91: name)

Line 161: from dual;

157: if (p_update_row = 'Y') then
158: --
159: select pay_object_groups_s.nextval
160: into l_object_group_id
161: from dual;
162: --
163: insert into pay_object_groups
164: (object_group_id,
165: source_id,

Line 268: from dual;

264: if (p_update_row = 'Y') then
265: --
266: select pay_object_groups_s.nextval
267: into l_object_group_id
268: from dual;
269: --
270: insert into pay_object_groups
271: (object_group_id,
272: source_id,