DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1839: v_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;

1835: p_currency_conversion_rate varchar2,
1836: p_receipt_num varchar2
1837: ) IS
1838:
1839: v_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;
1840: --v_receipt_num RCV_SHIPMENT_HEADERS.receipt_num%TYPE;
1841: v_period_name GL_PERIODS.period_name%TYPE;
1842:
1843: v_transaction_type VARCHAR2(20);

Line 1857: * Removed org_organization_definitions from the

1853: FROM rcv_shipment_headers
1854: WHERE shipment_header_id = cp_shipment_header_id;
1855:
1856: /* Bug 5243532. Added by Lakshmi Gopalsami
1857: * Removed org_organization_definitions from the
1858: * cursor c_orgn_code_n_period_name
1859: * and passed set_of_books_id to the cursor. Also removed
1860: * gl_sets_of_books and included gl_ledgers.
1861: */