DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_BATCH_HEADERS

Line 1308: from pay_batch_headers

1304: if p_batch_id is not null then
1305:
1306: select batch_name
1307: into lv_batch_name
1308: from pay_batch_headers
1309: where batch_id = p_batch_id;
1310:
1311: hr_utility.trace('Batch Name :' ||lv_batch_name);
1312: