DBA Data[Home] [Help]

APPS.JAI_CMN_GL_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 83: v_organization_code org_organization_definitions.organization_code%type;

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

Line 172: Eliminated the usage of org_organization_definitions

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

Line 336: From org_organization_definitions

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