DBA Data[Home] [Help]

APPS.PAY_KR_BAL_INIT_PKG dependencies on PAY_BALANCE_BATCH_HEADERS

Line 40: pay_balance_batch_headers h

36: pec.classification_name,
37: pbg.currency_code
38: from pay_element_classifications pec,
39: per_business_groups_perf pbg,
40: pay_balance_batch_headers h
41: where h.batch_id = p_batch_id
42: and upper(pbg.name) = upper(h.business_group_name)
43: and pec.classification_id = p_classification_id
44: and pec.balance_initialization_flag = 'Y'