DBA Data[Home] [Help]

APPS.PAY_US_DB_PER_SETUP dependencies on PAY_WC_FUNDS_S

Line 2230: SELECT PAY_WC_FUNDS_S.NEXTVAL

2226: --
2227: hr_utility.trace('Entered insert_wc_fund');
2228: hr_utility.set_location('scltstdat.insert_wc_fund',1);
2229: --
2230: SELECT PAY_WC_FUNDS_S.NEXTVAL
2231: INTO l_fund_id
2232: FROM DUAL;
2233: --
2234: hr_utility.set_location('scltstdat.insert_wc_fund',5);