DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on FND_GLOBAL

Line 774: WHERE user_id = FND_GLOBAL.USER_ID;

770: CURSOR c_user IS
771: SELECT user_id,
772: user_name
773: FROM fnd_user
774: WHERE user_id = FND_GLOBAL.USER_ID;
775:
776: BEGIN
777: /* ======================================================================= */
778: /* Init variables */

Line 802: x_allocation_rec.user_id := FND_GLOBAL.user_id;

798: END IF;
799:
800: /* qty2 is set after test on value of dualum_ind */
801: /* x_allocation_rec.order_qty2 := p_mtl_rsv_rec.attribute2; */
802: x_allocation_rec.user_id := FND_GLOBAL.user_id;
803:
804:
805: /* ============================================================================================= */
806: /* Check Source Type */

Line 1898: l_file_name := l_file_name||FND_GLOBAL.user_id;

1894: l_debug_level := NVL(TO_NUMBER(l_debug_level),0);
1895:
1896: IF (l_debug_level = 5)
1897: THEN
1898: l_file_name := l_file_name||FND_GLOBAL.user_id;
1899:
1900: OPEN get_log_file_location;
1901: FETCH get_log_file_location into l_location;
1902: CLOSE get_log_file_location;

Line 1912: l_file_name := p_file_name||FND_GLOBAL.user_id;

1908: UTL_FILE.fclose(l_log);
1909: END IF;
1910:
1911: IF (p_file_name <> '0') THEN
1912: l_file_name := p_file_name||FND_GLOBAL.user_id;
1913:
1914: OPEN get_log_file_location;
1915: FETCH get_log_file_location into l_location;
1916: CLOSE get_log_file_location;

Line 3069: /* NC - 11/13/01 changed IF(FND_GLOBAL.user_id > 0) to IF(FND_GLOBAL.user_id >= 0).

3065:
3066: /* Oct-2000 : odaboval added the commit in order to solve the problem of switching between ICPCKLOT.fmb's tabs. */
3067: /* Only commit if called via Apps. (not SQLPLUS) */
3068:
3069: /* NC - 11/13/01 changed IF(FND_GLOBAL.user_id > 0) to IF(FND_GLOBAL.user_id >= 0).
3070: User_id 0 is a valid one( sysadmin). Bug#2108143 .This issue caused problems at numerous customers'.*/
3071: IF (FND_GLOBAL.user_id >= 0)
3072: THEN
3073: IF ( p_commit = FND_API.G_TRUE)

Line 3071: IF (FND_GLOBAL.user_id >= 0)

3067: /* Only commit if called via Apps. (not SQLPLUS) */
3068:
3069: /* NC - 11/13/01 changed IF(FND_GLOBAL.user_id > 0) to IF(FND_GLOBAL.user_id >= 0).
3070: User_id 0 is a valid one( sysadmin). Bug#2108143 .This issue caused problems at numerous customers'.*/
3071: IF (FND_GLOBAL.user_id >= 0)
3072: THEN
3073: IF ( p_commit = FND_API.G_TRUE)
3074: THEN
3075: GMI_Reservation_Util.printLn('End of Set_Pick_Lots. No Error (COMMIT)', 'pick_lots.log');

Line 3512: l_original_tran_rec.user_id := FND_GLOBAL.user_id;

3508: l_original_tran_rec.trans_um2 := p_ic_tran_rec.trans_um2;
3509: l_original_tran_rec.reason_code := NULL;
3510: l_original_tran_rec.trans_date := p_ic_tran_rec.trans_date;
3511: l_original_tran_rec.qc_grade := p_ic_tran_rec.qc_grade;
3512: l_original_tran_rec.user_id := FND_GLOBAL.user_id;
3513: l_original_tran_rec.staged_ind := 0;
3514: l_original_tran_rec.event_id := 0;
3515: l_original_tran_rec.text_code := NULL;
3516: