DBA Data[Home] [Help]

APPS.JAI_AR_TRX_PKG dependencies on MO_GLOBAL

Line 33: --| the function mo_global.get_current_org_id |

29: --| Bug 5490479 Added by Harshita |
30: --| In the concurrent program, the multi org category |
31: --| has been set to 'S'. |
32: --| To accomodate the same, derived the org_id from |
33: --| the function mo_global.get_current_org_id |
34: --| and populated an internal variable. |
35: --| Used this variable in all places instead of |
36: --| p_org_id. |
37: --| |

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

274:
275: ln_last_updated_by := fnd_global.user_id; --bug#5194107
276: ln_last_update_login := fnd_global.login_id; --bug#5194107
277:
278: ln_org_id := mo_global.get_current_org_id() ; -- Harshita for Bug 5490479
279:
280: fnd_file.put_line(FND_FILE.LOG,'Processing Customer Trx id : ' || p_customer_trx_id);
281:
282: for delivery_rec in c_delivery(ld_start_date , ld_end_Date)