DBA Data[Home] [Help]

APPS.PAY_SLA_UPDATE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 58: FUNCTION get_full_name(p_assignment_act_id in pay_assignment_actions.assignment_action_id%type,

54: -- Name : GET_FULL_NAME
55: -- Function : TO get the Full Name from Assignment_Action_Id
56: ----------------------------------------------------------------------------------------
57:
58: FUNCTION get_full_name(p_assignment_act_id in pay_assignment_actions.assignment_action_id%type,
59: p_eff_date in date)
60: RETURN varchar2;
61:
62: -------------------------------------------------------------------------------------