DBA Data[Home] [Help]

APPS.PAY_ASSIGNMENT_ACTIONS_PKG dependencies on PAY_CC_PROCESS_UTILS

Line 42: call PAY_CC_PROCESS_UTILS.

38: function for bug 2976050
39: A.Logue 115.6 13-JUN-2003 Added message_line_exists
40: function for 2981945
41: SuSivasu 115.10 16-Sep-2003 Modified get_action_status to
42: call PAY_CC_PROCESS_UTILS.
43: get_asg_act_status.
44: nbristow 115.11 23-MAY-2006 Changed get_payment_status
45: to include the Postal Payment
46: alogue 115.12 22-JAN-2007 Added archive_assignment_start_date

Line 116: -- This function now uses the PAY_CC_PROCESS_UTILS.get_asg_act_status

112: p_action_type in varchar2,
113: p_action_status in varchar2 )
114: return varchar2 is
115: -- Bug 2976915.
116: -- This function now uses the PAY_CC_PROCESS_UTILS.get_asg_act_status
117: -- function to derive its value.
118: -- --
119: -- -- A given assignment action is void if there is a payroll action of type 'D'
120: -- -- locks ( though PAY_ACTION_INTERLOCKS ) the assignment action.

Line 313: return (PAY_CC_PROCESS_UTILS.get_asg_act_status(p_assignment_action_id,

309: -- else
310: -- l_return_value := hr_general.decode_lookup('ACTION_STATUS',p_action_status ) ;
311: -- end if;
312: -- return ( l_return_value ) ;
313: return (PAY_CC_PROCESS_UTILS.get_asg_act_status(p_assignment_action_id,
314: p_action_type,
315: p_action_status));
316: end get_action_status ;
317: -- --