DBA Data[Home] [Help]

APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on GL_INTERFACE_CONTROL

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;