DBA Data[Home] [Help]

APPS.IGIPREC dependencies on IGIPREC

Line 1: PACKAGE BODY IGIPREC AS

1: PACKAGE BODY IGIPREC AS
2: -- $Header: igiprecb.pls 115.7 2002/11/18 14:08:30 panaraya ship $
3:
4: --------------------------------------------------------------------
5: --To fetch the Cash_Set_of_Books_Id Chart Of Accounts

Line 2: -- $Header: igiprecb.pls 115.7 2002/11/18 14:08:30 panaraya ship $

1: PACKAGE BODY IGIPREC AS
2: -- $Header: igiprecb.pls 115.7 2002/11/18 14:08:30 panaraya ship $
3:
4: --------------------------------------------------------------------
5: --To fetch the Cash_Set_of_Books_Id Chart Of Accounts
6: --------------------------------------------------------------------

Line 387: 'IGIPRECL',

383: WriteLog( '>> IGI_RECOVERABLE_LINES records transferred to GL Interface');
384:
385: l_report_request_id := fnd_request.submit_request
386: ('IGI',
387: 'IGIPRECL',
388: null,
389: null,
390: false,
391: p_gl_from_period,

Line 596: END IGIPREC;

592: When Others Then
593: writelog ( '>>>' || sqlerrm(sqlcode) || '<<<<<');
594: Null;
595: End Gl_Interface_Insert;
596: END IGIPREC;