DBA Data[Home] [Help]

APPS.PAY_US_WEB_W4 dependencies on HR_TRANSACTION_SS

Line 1277: l_transaction_id := hr_transaction_ss.get_transaction_id(p_itemtype, p_itemkey);

1273: OLD and NEW values are used in the review page. */
1274:
1275: -- First the hr_api_transactions table
1276:
1277: l_transaction_id := hr_transaction_ss.get_transaction_id(p_itemtype, p_itemkey);
1278:
1279: if l_transaction_id is null then /* transaction does not exists */
1280:
1281: hr_utility.trace('l_transaction_id is null INSERTING');