DBA Data[Home] [Help]

APPS.PAY_HK_SOE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

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

6: p_dimension_name in pay_balance_dimensions.dimension_name%type)
7: return pay_defined_balances.defined_balance_id%type;
8:
9: procedure balance_totals
10: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
11: p_tax_unit_id in pay_assignment_actions.tax_unit_id%type,
12: p_total_earnings_this_pay out nocopy number,
13: p_total_earnings_ytd out nocopy number,
14: p_total_deductions_this_pay out nocopy number,

Line 11: p_tax_unit_id in pay_assignment_actions.tax_unit_id%type,

7: return pay_defined_balances.defined_balance_id%type;
8:
9: procedure balance_totals
10: (p_assignment_action_id in pay_assignment_actions.assignment_action_id%type,
11: p_tax_unit_id in pay_assignment_actions.tax_unit_id%type,
12: p_total_earnings_this_pay out nocopy number,
13: p_total_earnings_ytd out nocopy number,
14: p_total_deductions_this_pay out nocopy number,
15: p_total_deductions_ytd out nocopy number,

Line 42: FUNCTION get_earnings(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)

38: -- Parameters : --
39: -- IN : p_assignment_action_id NUMBER --
40: -- Bug 5396046 --
41: --------------------------------------------------------------------------
42: FUNCTION get_earnings(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)
43: RETURN LONG;
44:
45:
46: --------------------------------------------------------------------------

Line 57: FUNCTION get_deductions(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)

53: -- Parameters : --
54: -- IN : p_assignment_action_id NUMBER --
55: -- Bug 5396046 --
56: --------------------------------------------------------------------------
57: FUNCTION get_deductions(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)
58: RETURN LONG;
59:
60:
61: --------------------------------------------------------------------------

Line 73: FUNCTION get_employer_liabilities(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)

69: -- Parameters : --
70: -- IN : p_assignment_action_id NUMBER --
71: -- Bug 5396046 --
72: --------------------------------------------------------------------------
73: FUNCTION get_employer_liabilities(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)
74: RETURN LONG;
75:
76:
77: --------------------------------------------------------------------------

Line 89: FUNCTION get_balances(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)

85: -- Parameters : --
86: -- IN : p_assignment_action_id NUMBER --
87: -- Bug 5396046 --
88: --------------------------------------------------------------------------
89: FUNCTION get_balances(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)
90: RETURN LONG;
91:
92:
93: --------------------------------------------------------------------------

Line 105: FUNCTION get_payment_methods(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)

101: -- Parameters : --
102: -- IN : p_assignment_action_id NUMBER --
103: -- Bug 5396046 --
104: --------------------------------------------------------------------------
105: FUNCTION get_payment_methods(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)
106: RETURN LONG;
107:
108: --------------------------------------------------------------------------
109: -- --

Line 120: FUNCTION get_other_element_information(p_assignment_action_id IN OUT NOCOPY pay_assignment_actions.assignment_action_id%TYPE)

116: -- Parameters : --
117: -- IN : p_assignment_action_id NUMBER --
118: -- Bug 5396046 --
119: --------------------------------------------------------------------------
120: FUNCTION get_other_element_information(p_assignment_action_id IN OUT NOCOPY pay_assignment_actions.assignment_action_id%TYPE)
121: RETURN LONG;
122:
123: --------------------------------------------------------------------------
124: -- --

Line 135: FUNCTION get_other_balance_information(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)

131: -- Parameters : --
132: -- IN : p_assignment_action_id NUMBER --
133: -- Bug 5396046 --
134: --------------------------------------------------------------------------
135: FUNCTION get_other_balance_information(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)
136: RETURN LONG;
137:
138: --------------------------------------------------------------------------
139: -- --

Line 150: FUNCTION get_annual_leave_info(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)

146: -- Parameters : --
147: -- IN : p_assignment_action_id NUMBER --
148: -- Bug 5396046 --
149: --------------------------------------------------------------------------
150: FUNCTION get_annual_leave_info(p_assignment_action_id pay_assignment_actions.assignment_action_id%TYPE)
151: RETURN LONG;
152:
153: --------------------------------------------------------------------------
154: -- --

Line 164: FUNCTION get_leave_taken(p_assignment_action_id IN OUT NOCOPY pay_assignment_actions.assignment_action_id%TYPE)

160: -- Parameters : --
161: -- IN : p_assignment_action_id NUMBER --
162: -- Bug 5396046 --
163: --------------------------------------------------------------------------
164: FUNCTION get_leave_taken(p_assignment_action_id IN OUT NOCOPY pay_assignment_actions.assignment_action_id%TYPE)
165: RETURN LONG;
166:
167: end pay_hk_soe_pkg;