DBA Data[Home] [Help]

APPS.HR_PPVOL dependencies on PAY_EXTERNAL_ACCOUNTS

Line 143: select pay_external_accounts_s.nextval

139: begin
140: --
141: -- First get the UID
142: --
143: select pay_external_accounts_s.nextval
144: into account_id
145: from dual;
146: --
147: -- Now insert the new row

Line 149: insert into pay_external_accounts(

145: from dual;
146: --
147: -- Now insert the new row
148: --
149: insert into pay_external_accounts(
150: external_account_id,
151: territory_code,
152: id_flex_num,
153: summary_flag,