DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_BATCH_HEADERS

Line 979: from pay_batch_headers

975: If p_batch_id is not null then
976: select
977: batch_name
978: into lv_batch_name
979: from pay_batch_headers
980: where batch_id = p_batch_id;
981: End If;
982: hr_utility.trace('Batch Name :' ||lv_batch_name);
983: