DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on MTL_PARAMETERS

Line 5633: from mtl_parameters

5629: where a.line_location_id = b.po_line_location_id;
5630:
5631: cursor c_mtl_ap_accrual_accnt_id(cp_organization_id in number) is
5632: select ap_accrual_account
5633: from mtl_parameters
5634: where organization_id = cp_organization_id;
5635:
5636: r_trx c_trx%ROWTYPE;
5637: r_orgn_info c_orgn_info%ROWTYPE;