DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_BATCH_HEADERS

Line 1247: from pay_batch_headers

1243: If p_batch_id is not null then
1244: select
1245: batch_name
1246: into lv_batch_name
1247: from pay_batch_headers
1248: where batch_id = p_batch_id;
1249: End If;
1250: hr_utility.trace('Batch Name :' ||lv_batch_name);
1251:

Line 2977: from pay_batch_headers

2973: If p_batch_id is not null then
2974: select
2975: batch_name
2976: into lv_batch_name
2977: from pay_batch_headers
2978: where batch_id = p_batch_id;
2979: End If;
2980: hr_utility.trace('Batch Name :' ||lv_batch_name);
2981: