DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on FND_GLOBAL

Line 1229: OPEN c_conc_request_submit_date(FND_GLOBAL.conc_request_id);

1225:
1226:
1227:
1228: /* Bug 4562791. Added by Lakshmi Gopalsami */
1229: OPEN c_conc_request_submit_date(FND_GLOBAL.conc_request_id);
1230: FETCH c_conc_request_submit_date INTO ld_request_submit_Date;
1231: CLOSE c_conc_request_submit_date;
1232: /* Ends here Bug 4562791. Added by Lakshmi Gopalsami */
1233:

Line 2487: ln_created_by := fnd_global.user_id ;

2483: BEGIN
2484: /*
2485: ||added by aiyer for the bug 4765347
2486: */
2487: ln_created_by := fnd_global.user_id ;
2488: ln_last_update_login := fnd_global.conc_login_id ;
2489:
2490: ROLLBACK;
2491: lv_error_mesg := SQLERRM;

Line 2488: ln_last_update_login := fnd_global.conc_login_id ;

2484: /*
2485: ||added by aiyer for the bug 4765347
2486: */
2487: ln_created_by := fnd_global.user_id ;
2488: ln_last_update_login := fnd_global.conc_login_id ;
2489:
2490: ROLLBACK;
2491: lv_error_mesg := SQLERRM;
2492: ERRBUF := lv_error_mesg;