DBA Data[Home] [Help]

APPS.JAI_CMN_GL_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 84: v_organization_code org_organization_definitions.organization_code%type;

80: v_last_update_date date;
81: v_last_updated_by number;
82: v_set_of_books_id number;
83: v_accounting_date date;
84: v_organization_code org_organization_definitions.organization_code%type;
85: v_reference_entry varchar2(240); -- := 'India Localization Entry'; --Ramananda for File.Sql.35
86: v_debug char(1); -- :='Y'; --Ramananda for File.Sql.35
87: v_reference_10 gl_interface.reference10%type;
88: v_reference_23 gl_interface.reference23%type;

Line 173: Eliminated the usage of org_organization_definitions

169: v_reference_entry := 'India Localization Entry'; --Ramananda for File.Sql.35
170: v_debug := jai_constants.yes; --Ramananda for File.Sql.35
171:
172: /* Bug 5243532. Added by Lakshmi Gopalsami
173: Eliminated the usage of org_organization_definitions
174: and implemented the same using caching logic
175: */
176:
177: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

Line 341: From org_organization_definitions

337:
338: Begin
339: select set_of_books_id
340: into v_set_of_books_id
341: From org_organization_definitions
342: where organization_id = n_organization_id;
343: If NVL(n_credit_amount,0) <> 0 Or NVL(n_debit_amount,0) <> 0 Then
344: lv_status := 'NEW';--rchandan for bug#4428980
345: INSERT into gl_interface(status,