DBA Data[Home] [Help]

APPS.JAI_RGM_GST_ACCOUNTING_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 453: lv_organization_code org_organization_definitions.organization_code%type;

449: ld_creation_date date := sysdate;
450: ln_created_by number := fnd_global.user_id;
451: ln_set_of_books_id number;
452: ld_accounting_date date;
453: lv_organization_code org_organization_definitions.organization_code%type;
454: lv_reference_entry varchar2(240) := 'India Localization Entry';
455: lv_reference_1 gl_interface.reference1%type;
456: lv_reference_10 gl_interface.reference10%type;
457: lv_reference_23 gl_interface.reference23%type;

Line 473: FROM org_organization_definitions

469:
470: BEGIN
471:
472: For set_rec IN (SELECT set_of_books_id, organization_code
473: FROM org_organization_definitions
474: WHERE organization_id = pn_organization_id)
475: LOOP
476: ln_set_of_books_id := set_rec.set_of_books_id;
477: lv_organization_code := set_rec.organization_code;