DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on FND_GLOBAL

Line 770: WHERE user_id = FND_GLOBAL.USER_ID;

766: CURSOR c_user IS
767: SELECT user_id,
768: user_name
769: FROM fnd_user
770: WHERE user_id = FND_GLOBAL.USER_ID;
771:
772: BEGIN
773: /* ======================================================================= */
774: /* Init variables */

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

794: END IF;
795:
796: /* qty2 is set after test on value of dualum_ind */
797: /* x_allocation_rec.order_qty2 := p_mtl_rsv_rec.attribute2; */
798: x_allocation_rec.user_id := FND_GLOBAL.user_id;
799:
800:
801: /* ============================================================================================= */
802: /* Check Source Type */

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

1884: l_debug_level := NVL(TO_NUMBER(l_debug_level),0);
1885:
1886: IF (l_debug_level = 5)
1887: THEN
1888: l_file_name := l_file_name||FND_GLOBAL.user_id;
1889:
1890: OPEN get_log_file_location;
1891: FETCH get_log_file_location into l_location;
1892: CLOSE get_log_file_location;

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

1898: UTL_FILE.fclose(l_log);
1899: END IF;
1900:
1901: IF (p_file_name <> '0') THEN
1902: l_file_name := p_file_name||FND_GLOBAL.user_id;
1903:
1904: OPEN get_log_file_location;
1905: FETCH get_log_file_location into l_location;
1906: CLOSE get_log_file_location;

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

3053:
3054: /* Oct-2000 : odaboval added the commit in order to solve the problem of switching between ICPCKLOT.fmb's tabs. */
3055: /* Only commit if called via Apps. (not SQLPLUS) */
3056:
3057: /* NC - 11/13/01 changed IF(FND_GLOBAL.user_id > 0) to IF(FND_GLOBAL.user_id >= 0).
3058: User_id 0 is a valid one( sysadmin). Bug#2108143 .This issue caused problems at numerous customers'.*/
3059: IF (FND_GLOBAL.user_id >= 0)
3060: THEN
3061: IF ( p_commit = FND_API.G_TRUE)

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

3055: /* Only commit if called via Apps. (not SQLPLUS) */
3056:
3057: /* NC - 11/13/01 changed IF(FND_GLOBAL.user_id > 0) to IF(FND_GLOBAL.user_id >= 0).
3058: User_id 0 is a valid one( sysadmin). Bug#2108143 .This issue caused problems at numerous customers'.*/
3059: IF (FND_GLOBAL.user_id >= 0)
3060: THEN
3061: IF ( p_commit = FND_API.G_TRUE)
3062: THEN
3063: GMI_Reservation_Util.printLn('End of Set_Pick_Lots. No Error (COMMIT)', 'pick_lots.log');

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

3496: l_original_tran_rec.trans_um2 := p_ic_tran_rec.trans_um2;
3497: l_original_tran_rec.reason_code := NULL;
3498: l_original_tran_rec.trans_date := p_ic_tran_rec.trans_date;
3499: l_original_tran_rec.qc_grade := p_ic_tran_rec.qc_grade;
3500: l_original_tran_rec.user_id := FND_GLOBAL.user_id;
3501: l_original_tran_rec.staged_ind := 0;
3502: l_original_tran_rec.event_id := 0;
3503: l_original_tran_rec.text_code := NULL;
3504: