DBA Data[Home] [Help]

APPS.JAI_AR_TRX_PKG dependencies on MO_GLOBAL

Line 185: ln_org_id := mo_global.get_current_org_id() ; -- Harshita for Bug 5490479

181:
182: ln_last_updated_by := fnd_global.user_id; --bug#5194107
183: ln_last_update_login := fnd_global.login_id; --bug#5194107
184:
185: ln_org_id := mo_global.get_current_org_id() ; -- Harshita for Bug 5490479
186:
187: fnd_file.put_line(FND_FILE.LOG,'Processing Customer Trx id : ' || p_customer_trx_id);
188:
189: for delivery_rec in c_delivery(ld_start_date , ld_end_Date)