DBA Data[Home] [Help]

APPS.PAYBALUP dependencies on PAY_BALANCE_BATCH_HEADERS

Line 298: pay_balance_batch_headers bbh

294: hou.legislation_code
295: into l_bg_id,
296: l_leg_code
297: from per_business_groups hou,
298: pay_balance_batch_headers bbh
299: where bbh.batch_id = p_batch_id
300: and upper(hou.name) = upper(bbh.business_group_name);
301: EXCEPTION WHEN no_data_found THEN
302: local_error(retcode, 'validate_batch_data', 3);

Line 376: from pay_balance_batch_headers bbh,

372: select pbg.business_group_id, pbg.name ,
373: pbg.currency_code
374: into l_bg_id, l_bg_name,
375: l_currency_code
376: from pay_balance_batch_headers bbh,
377: per_business_groups pbg
378: where batch_id = p_batch_id
379: and upper(pbg.name) = upper(bbh.business_group_name);
380: --