DBA Data[Home] [Help]

APPS.PAY_US_WEB_W4 dependencies on HR_TRANSACTION_SS

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

1414: OLD and NEW values are used in the review page. */
1415:
1416: -- First the hr_api_transactions table
1417:
1418: l_transaction_id := hr_transaction_ss.get_transaction_id(p_itemtype, p_itemkey);
1419:
1420: if l_transaction_id is null then /* transaction does not exists */
1421:
1422: hr_utility.trace('l_transaction_id is null INSERTING');