DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PAY_ASSIGNMENT_ACTIONS

Line 21: ,p_assignment_id in pay_assignment_actions.assignment_id%type

17: function adjust_retro_allowances
18: (t_allowance_balance in out nocopy tab_allownace_balance
19: ,p_year_start in date
20: ,p_year_end in date
21: ,p_assignment_id in pay_assignment_actions.assignment_id%type
22: ,p_registered_employer in number --2610141
23: )
24: return number;
25: --

Line 70: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,

66: -- internally calls private procedures to archive balances ,
67: -- employee details, employer details and supplier details .
68: --------------------------------------------------------------------
69: procedure archive_code
70: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
71: p_effective_date in date);
72:
73:
74:

Line 87: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type)

83: -- This function is used to get end of year values for archive items
84: --------------------------------------------------------------------
85:
86: function get_archive_value(p_user_entity_name in ff_user_entities.user_entity_name%type,
87: p_assignment_action_id in pay_assignment_actions.assignment_action_id%type)
88: return varchar2;
89:
90: procedure spawn_data_file -- (Bug 3132178) Created to call magtape process
91: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type);