DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on FND_GLOBAL

Line 1149: OPEN c_conc_request_submit_date(FND_GLOBAL.conc_request_id);

1145:
1146:
1147:
1148: /* Bug 4562791. Added by Lakshmi Gopalsami */
1149: OPEN c_conc_request_submit_date(FND_GLOBAL.conc_request_id);
1150: FETCH c_conc_request_submit_date INTO ld_request_submit_Date;
1151: CLOSE c_conc_request_submit_date;
1152: /* Ends here Bug 4562791. Added by Lakshmi Gopalsami */
1153:

Line 2358: ln_created_by := fnd_global.user_id ;

2354: BEGIN
2355: /*
2356: ||added by aiyer for the bug 4765347
2357: */
2358: ln_created_by := fnd_global.user_id ;
2359: ln_last_update_login := fnd_global.conc_login_id ;
2360:
2361: ROLLBACK;
2362: lv_error_mesg := SQLERRM;

Line 2359: ln_last_update_login := fnd_global.conc_login_id ;

2355: /*
2356: ||added by aiyer for the bug 4765347
2357: */
2358: ln_created_by := fnd_global.user_id ;
2359: ln_last_update_login := fnd_global.conc_login_id ;
2360:
2361: ROLLBACK;
2362: lv_error_mesg := SQLERRM;
2363: ERRBUF := lv_error_mesg;