DBA Data[Home] [Help]

APPS.PAY_PAYHKSOE_XMLP_PKG dependencies on PAY_HK_SOE_PKG

Line 77: pay_hk_soe_pkg.balance_totals(assignment_action_id4,

73: end;
74:
75: function cf_get_balances_totalsformula(assignment_action_id4 in number, tax_unit_id1 in number) return number is
76: begin
77: pay_hk_soe_pkg.balance_totals(assignment_action_id4,
78: tax_unit_id1,
79: cp_Total_Earnings_This_Pay,
80: cp_Total_Earnings_YTD,
81: cp_Total_Deductions_This_pay,

Line 109: v_currency_code := pay_hk_soe_pkg.business_currency_code(p_business_group_id);

105: v_field_length number(3) := 15;
106:
107: begin
108:
109: v_currency_code := pay_hk_soe_pkg.business_currency_code(p_business_group_id);
110: v_format_mask := fnd_currency.get_format_mask(v_currency_code, v_field_length);
111:
112: return v_format_mask;
113: