DBA Data[Home] [Help]

APPS.PAY_KR_FF_FUNCTIONS_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 220: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type

216: -- Bug 7164589: Long Term Treatment Insurance Premium
217: -- Bug 7228788: Added a new input parameter to the function for the Input Value Name
218: -----------------------------------------------------------------------------------
219: FUNCTION get_long_term_ins_skip_flag(
220: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type
221: ,p_input_value_name in varchar2
222: ) RETURN VARCHAR2;
223: --
224: -----------------------------------------------------------------------------------