DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on MTL_PARAMETERS

Line 6219: from mtl_parameters

6215: where a.line_location_id = b.po_line_location_id;
6216:
6217: cursor c_mtl_ap_accrual_accnt_id(cp_organization_id in number) is
6218: select ap_accrual_account
6219: from mtl_parameters
6220: where organization_id = cp_organization_id;
6221:
6222: r_trx c_trx%ROWTYPE;
6223: r_orgn_info c_orgn_info%ROWTYPE;