DBA Data[Home] [Help]

APPS.PAY_KR_WG_REPORT_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 87: FUNCTION paid_amount_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE

83: -- ----------------------------------------------------
84: -- returns the amount that was deducted from payroll in this payroll run for a creditor
85: --
86: --------------------------------------------------------------------------------------
87: FUNCTION paid_amount_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE
88: ,p_element_entry_id IN pay_element_entries_f.element_entry_id%TYPE )
89: RETURN NUMBER;
90: --====================================================================================
91:

Line 103: FUNCTION paid_amount_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE)

99: -- in this payroll run
100: -- total_paid_amount = Balance WG_DEDUCTIONS_ASG_RUN
101: --
102: --------------------------------------------------------------------------------------
103: FUNCTION paid_amount_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE)
104: RETURN NUMBER;
105: --====================================================================================
106:
107:

Line 187: FUNCTION paid_interest_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE

183: -- -----------------------------------------------------
184: -- This function returns the Interest Amount this run for a creditor.
185: --
186: --------------------------------------------------------------------------------------
187: FUNCTION paid_interest_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE
188: ,p_element_entry_id IN pay_element_entries_f.element_entry_id%TYPE)
189: RETURN NUMBER;
190: --====================================================================================
191:

Line 202: FUNCTION paid_interest_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE)

198: -- This function returns the total Interest Amount this run for all creditors.
199: -- paid_interest_this_run = WG_PAID_INTEREST_ASG_RUN
200: --
201: --------------------------------------------------------------------------------------
202: FUNCTION paid_interest_this_run (p_assignment_action_id IN pay_assignment_actions.assignment_action_id%TYPE)
203: RETURN NUMBER;
204: --====================================================================================
205:
206: