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.1.12000000.2 2007/06/29 06:37:27 spendhar noship $ */
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 68: || ' ,TO_CHAR(TO_CHAR(pay_sa_soe.get_reference_salary(:effective_date,

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

Line 492: END pay_sa_soe;

488: return getBalances(p_assignment_action_id
489: ,pay_soe_util.getConfig('BALANCES1'));
490: end Balances;
491: ---------------------------------------------------------------------
492: END pay_sa_soe;
493: