DBA Data[Home] [Help]

APPS.JAI_RCV_RND_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1838: v_organization_code ORG_ORGANIZATION_DEFINITIONS.organization_code%TYPE;

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

Line 1856: * Removed org_organization_definitions from the

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