DBA Data[Home] [Help]

APPS.PYSGBUPL dependencies on PAY_BALANCE_BATCH_HEADERS

Line 247: pay_balance_batch_headers bbh

243: hou.legislation_code
244: into l_bg_id,
245: l_leg_code
246: from per_business_groups hou,
247: pay_balance_batch_headers bbh
248: where bbh.batch_id = p_batch_id
249: and upper(hou.name) = upper(bbh.business_group_name);
250: EXCEPTION WHEN no_data_found THEN
251: local_error(retcode, 'validate_batch_data', 3);

Line 319: from pay_balance_batch_headers bbh,

315: hr_utility.trace('Started Processing');
316: --
317: select pbg.business_group_id, bbh.business_group_name, pbg.currency_code
318: into l_bg_id, l_bg_name, l_bg_currency_code
319: from pay_balance_batch_headers bbh,
320: per_business_groups pbg
321: where batch_id = p_batch_id
322: and upper(pbg.name) = upper(bbh.business_group_name);
323: --