DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_BALANCE_CONTEXT_VALUES

Line 3866: from pay_balance_context_values CONVAL

3862: is
3863: select CONVAL.context_id,
3864: CONVAL.value,
3865: CON.context_name
3866: from pay_balance_context_values CONVAL
3867: , ff_contexts CON
3868: where latest_balance_id = p_latest_balance_id
3869: and CON.context_id = CONVAL.context_id
3870: order by 1;