DBA Data[Home] [Help]

APPS.IGIPREC dependencies on GL_SETS_OF_BOOKS

Line 11: gl_sets_of_books gl

7: CURSOR C_system_parameters IS
8: SELECT ap.secondary_set_of_books_id,
9: gl.chart_of_accounts_id
10: FROM ap_system_parameters ap,
11: gl_sets_of_books gl
12: WHERE ap.set_of_books_id = gl.set_of_books_id;
13: --------------------------------------------------------------------
14: --To fetch the Concurrent Request Id
15: --Use function FND_GLOBAL.CONC_REQUEST_ID

Line 118: p_set_of_books_id IN gl_sets_of_books.set_of_books_id%type);

114: p_group_id IN gl_interface.group_id%type);
115:
116: PROCEDURE Init_Gl_Interface(
117: p_int_control IN OUT NOCOPY glcontrol,
118: p_set_of_books_id IN gl_sets_of_books.set_of_books_id%type);
119:
120: PROCEDURE Insert_Control_Rec(
121: p_int_control in glcontrol );
122:

Line 455: p_set_of_books_id IN gl_sets_of_books.set_of_books_id%type) IS

451: end;
452:
453: Procedure Init_Gl_Interface(
454: p_int_control IN OUT NOCOPY glcontrol,
455: p_set_of_books_id IN gl_sets_of_books.set_of_books_id%type) IS
456: l_debug_loc varchar2(30) := 'Init_Gl_Interface';
457: l_curr_calling_sequence varchar2(2000);
458: l_debug_info varchar2(100);
459: Begin