DBA Data[Home] [Help]

APPS.PAY_NL_GENERAL dependencies on PAY_BALANCE_TYPES

Line 103: FUNCTION get_sit_type_name(p_balance_type_id pay_balance_types.balance_type_id%TYPE

99: ---------------------------------------------------------------------------
100: -- Function : get_sit_type_name
101: -- Function returns the Si Type Name for specified Context Balance
102: ---------------------------------------------------------------------------
103: FUNCTION get_sit_type_name(p_balance_type_id pay_balance_types.balance_type_id%TYPE
104: ,p_assgn_action_id NUMBER
105: ,p_date_earned DATE
106: ,p_si_type VARCHAR2) RETURN VARCHAR2;
107: