DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on FND_GLOBAL

Line 417: l_req_id := FND_GLOBAL.CONC_REQUEST_ID ; /*bug 5689213*/

413: if (X_status is null) then -- Record is accepted by the ValidateItem Proc.
414: -- --------------------------
415: -- Group Creation
416: -- --------------------------
417: l_req_id := FND_GLOBAL.CONC_REQUEST_ID ; /*bug 5689213*/
418: IF (FIRST_RECORD) then
419:
420: select gms_encumbrance_groups_s.nextval
421: into l_encumbrance_grp

Line 677: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;

673: X_ei_id := l_enc_item_id ;
674: X_project_id := l_project_id;
675: X_task_id := l_task_id;
676: x_award_id := get_award_id ;
677: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
678:
679: IF x_award_id = 0 then
680: return false ;
681: end if ;