DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_BALANCE_CONTEXT_VALUES

Line 3568: from pay_balance_context_values CONVAL

3564: is
3565: select CONVAL.context_id,
3566: CONVAL.value,
3567: CON.context_name
3568: from pay_balance_context_values CONVAL
3569: , ff_contexts CON
3570: where latest_balance_id = p_latest_balance_id
3571: and CON.context_id = CONVAL.context_id
3572: order by 1;