DBA Data[Home] [Help]

APPS.PAY_CA_BALANCE_VIEW_PKG dependencies on PAY_BALANCE_CONTEXT_VALUES

Line 751: l_temp_val pay_balance_context_values.value%type;

747: --------------------------------------------------------------------------------
748: function CtxValueByPos_is_found
749: (p_bindex IN NUMBER)
750: return BOOLEAN is
751: l_temp_val pay_balance_context_values.value%type;
752: begin
753: begin
754: l_temp_val := CtxValueByPos(p_bindex);
755: exception