DBA Data[Home] [Help]

APPS.PAY_SE_EXPIRY_SUPPORT dependencies on PAY_SE_EXPIRY_SUPPORT

Line 1: PACKAGE BODY PAY_SE_EXPIRY_SUPPORT AS

1: PACKAGE BODY PAY_SE_EXPIRY_SUPPORT AS
2: /*$Header: pyseexsu.pkb 120.0.12000000.1 2007/04/24 06:53:32 rlingama noship $*/
3: -- --------------------------------------------------------------------------
4: -- This is the procedure called by the core logic that manages the expiry of
5: -- latest balances. Its interface is fixed as it is called dynamically.

Line 215: END PAY_SE_EXPIRY_SUPPORT;

211: return (to_date('01/' || l_start_month || '/' || to_number(to_char(p_effective_date,'YYYY'))+1 , 'DD/MM/YYYY'));
212: END IF;
213: END hyear_ec;
214:
215: END PAY_SE_EXPIRY_SUPPORT;
216: