DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_INVENTORY_ORGS

Line 115: FROM JAI_CMN_INVENTORY_ORGS

111: , rtv_account_flag, rtv_expense_account_id ,-- Vijay Shankar for Bug#4346453. RCV DFF Elim. Enh.. SSI Func.
112: /*added the following columns by vkaranam for budget 07 impact - bug#5989740*/
113: sh_cess_cg_account_id,sh_cess_paid_payable_acct_id,sh_cess_rcvble_acct_id,sh_cess_rm_account,sh_cess_rnd_account_id,
114: CENVAT_CR_REVRSL_FLAG --added for bug#9854329
115: FROM JAI_CMN_INVENTORY_ORGS
116: WHERE organization_id = cp_organization_id
117: AND location_id = cp_location_id;
118:
119: CURSOR c_rcv_params(cp_organization_id IN NUMBER) IS