DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_BATCH_HEADERS

Line 1586: from pay_batch_headers

1582: if p_batch_id is not null then
1583:
1584: select batch_name
1585: into lv_batch_name
1586: from pay_batch_headers
1587: where batch_id = p_batch_id;
1588:
1589: hr_utility.trace('Batch Name :' ||lv_batch_name);
1590:

Line 3722: from pay_batch_headers

3718: if p_batch_id is not null then
3719:
3720: select batch_name
3721: into lv_batch_name
3722: from pay_batch_headers
3723: where batch_id = p_batch_id;
3724:
3725: hr_utility.trace('Batch Name :' ||lv_batch_name);
3726: