DBA Data[Home] [Help]

APPS.JAI_RCV_JOURNAL_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 52: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;

48: ln_created_by NUMBER;
49: ln_last_update_login JAI_RCV_JOURNAL_ENTRIES.LAST_UPDATE_LOGIN%TYPE ;
50:
51: lv_period_name JAI_RCV_JOURNAL_ENTRIES.period_name%TYPE;
52: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
53:
54: /* Bug 5243532. Added by Lakshmi Gopalsami
55: * Removed org_organization_definitions from the cursor c_period_name
56: * and passed set_of_books_id to the cursor. Also removed

Line 55: * Removed org_organization_definitions from the cursor c_period_name

51: lv_period_name JAI_RCV_JOURNAL_ENTRIES.period_name%TYPE;
52: lv_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
53:
54: /* Bug 5243532. Added by Lakshmi Gopalsami
55: * Removed org_organization_definitions from the cursor c_period_name
56: * and passed set_of_books_id to the cursor. Also removed
57: * gl_sets_of_books and included gl_ledgers.
58: */
59: