DBA Data[Home] [Help]

APPS.PAY_SA_SOE dependencies on PAY_SA_SOE

Line 1: PACKAGE BODY pay_sa_soe AS

1: PACKAGE BODY pay_sa_soe AS
2: /* $Header: pysasoer.pkb 120.3.12020000.2 2012/07/05 02:36:19 amnaraya ship $ */
3: /*Function to pick up Reference Salary*/
4: FUNCTIOn get_reference_salary (p_effective_date DATE
5: ,p_assignment_action_id NUMBER) RETURN NUMBER IS

Line 71: || ' ,TO_CHAR(TO_CHAR(pay_sa_soe.get_reference_salary(:effective_date,

67: COL04
68: ,hr_general.decode_lookup(''YES_NO'', scl.segment5) COL05
69: ,fnd_date.date_to_displaydate(fnd_date.canonical_to_date(scl.segment6), 2)
70: COL06 '
71: || ' ,TO_CHAR(TO_CHAR(pay_sa_soe.get_reference_salary(:effective_date,
72: :assignment_action_id)),fnd_currency.get_format_mask(:G_CURRENCY_CODE,40)) COL07
73: ' ||
74: 'FROM per_all_assignments_f asg
75: ,hr_soft_coding_keyflex scl

Line 495: END pay_sa_soe;

491: return getBalances(p_assignment_action_id
492: ,pay_soe_util.getConfig('BALANCES1'));
493: end Balances;
494: ---------------------------------------------------------------------
495: END pay_sa_soe;
496: