DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHOD_API dependencies on PAY_BALANCE_DIMENSIONS

Line 282: pay_balance_dimensions bd,

278: --
279: cursor csr_def_balance (v_business_group_id number) is
280: select db.defined_balance_id
281: from pay_defined_balances db,
282: pay_balance_dimensions bd,
283: pay_balance_types bt
284: where nvl(db.business_group_id,v_business_group_id) = v_business_group_id
285: and ((db.legislation_code is null)
286: or exists