DBA Data[Home] [Help]

APPS.IGIPREC dependencies on GL_INTERFACE

Line 10: subtype glcontrol is gl_interface_control%rowtype;

6: retcode OUT NOCOPY NUMBER,
7: p_gl_from_period in gl_period_statuses.period_name%type,
8: p_gl_to_period in gl_period_statuses.period_name%type
9: ) ;
10: subtype glcontrol is gl_interface_control%rowtype;
11: subtype glinterface is gl_interface%rowtype;
12:
13:
14: end IGIPREC;

Line 11: subtype glinterface is gl_interface%rowtype;

7: p_gl_from_period in gl_period_statuses.period_name%type,
8: p_gl_to_period in gl_period_statuses.period_name%type
9: ) ;
10: subtype glcontrol is gl_interface_control%rowtype;
11: subtype glinterface is gl_interface%rowtype;
12:
13:
14: end IGIPREC;