DBA Data[Home] [Help]

APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on GL_INTERFACE

Line 1: PACKAGE IGI_ITR_GL_INTERFACE_PKG AUTHID CURRENT_USER AS

1: PACKAGE IGI_ITR_GL_INTERFACE_PKG AUTHID CURRENT_USER AS
2: -- $Header: igiitrps.pls 120.3.12000000.2 2007/09/17 16:29:30 smannava ship $
3: PROCEDURE Create_Actuals(
4: errbuf OUT NOCOPY varchar2,
5: retcode OUT NOCOPY number,

Line 9: subtype glcontrol IS gl_interface_control%rowtype;

5: retcode OUT NOCOPY number,
6: p_set_of_books_id IN igi_itr_charge_headers.set_of_books_id%type,
7: p_start_period IN igi_itr_charge_headers.it_period_name%type,
8: p_end_period IN igi_itr_charge_headers.it_period_name%type);
9: subtype glcontrol IS gl_interface_control%rowtype;
10: subtype glinterface IS gl_interface%rowtype;
11: END IGI_ITR_GL_INTERFACE_PKG;

Line 10: subtype glinterface IS gl_interface%rowtype;

6: p_set_of_books_id IN igi_itr_charge_headers.set_of_books_id%type,
7: p_start_period IN igi_itr_charge_headers.it_period_name%type,
8: p_end_period IN igi_itr_charge_headers.it_period_name%type);
9: subtype glcontrol IS gl_interface_control%rowtype;
10: subtype glinterface IS gl_interface%rowtype;
11: END IGI_ITR_GL_INTERFACE_PKG;

Line 11: END IGI_ITR_GL_INTERFACE_PKG;

7: p_start_period IN igi_itr_charge_headers.it_period_name%type,
8: p_end_period IN igi_itr_charge_headers.it_period_name%type);
9: subtype glcontrol IS gl_interface_control%rowtype;
10: subtype glinterface IS gl_interface%rowtype;
11: END IGI_ITR_GL_INTERFACE_PKG;