DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on FND_GLOBAL

Line 1543: l_user_id := fnd_global.user_id;

1539: l_mode := p_mode;
1540: l_wip_entity_name := p_wip_entity_name;
1541: -- l_user_id := p_user_id;
1542: -- l_responsibility_id := p_responsibility_id;
1543: l_user_id := fnd_global.user_id;
1544: l_responsibility_id := fnd_global.resp_id;
1545:
1546: if p_firm = '1' then
1547: l_firm := to_number(p_firm);

Line 1544: l_responsibility_id := fnd_global.resp_id;

1540: l_wip_entity_name := p_wip_entity_name;
1541: -- l_user_id := p_user_id;
1542: -- l_responsibility_id := p_responsibility_id;
1543: l_user_id := fnd_global.user_id;
1544: l_responsibility_id := fnd_global.resp_id;
1545:
1546: if p_firm = '1' then
1547: l_firm := to_number(p_firm);
1548: else

Line 2028: ,FND_GLOBAL.user_id

2024: ,p_organization_id
2025: ,l_wip_entity_updt
2026: ,l_service_request_id
2027: ,sysdate
2028: ,FND_GLOBAL.user_id
2029: ,sysdate
2030: ,FND_GLOBAL.user_id
2031: ,FND_GLOBAL.LOGIN_ID
2032: ,'Y'

Line 2030: ,FND_GLOBAL.user_id

2026: ,l_service_request_id
2027: ,sysdate
2028: ,FND_GLOBAL.user_id
2029: ,sysdate
2030: ,FND_GLOBAL.user_id
2031: ,FND_GLOBAL.LOGIN_ID
2032: ,'Y'
2033:
2034: );

Line 2031: ,FND_GLOBAL.LOGIN_ID

2027: ,sysdate
2028: ,FND_GLOBAL.user_id
2029: ,sysdate
2030: ,FND_GLOBAL.user_id
2031: ,FND_GLOBAL.LOGIN_ID
2032: ,'Y'
2033:
2034: );
2035:

Line 2062: , r.last_updated_by = FND_GLOBAL.user_id

2058: update wip_eam_work_requests r
2059: set r.work_request_status_id = 4
2060: , r.wip_entity_id = l_workorder_rec1.wip_entity_id
2061: , r.last_update_date = sysdate
2062: , r.last_updated_by = FND_GLOBAL.user_id
2063: where r.work_request_id = l_work_request_id;
2064: end if;
2065: end if;
2066: end if;

Line 2190: l_workorder_rec.responsibility_id := fnd_global.resp_id;

2186:
2187: -- Set user id and responsibility id so that we can set apps context
2188: -- before calling any concurrent program
2189: l_workorder_rec.user_id := l_user_id;
2190: l_workorder_rec.responsibility_id := fnd_global.resp_id;
2191:
2192: /* Added for bug #5453280 */
2193: IF (p_failure_code_required IS NOT NULL) THEN
2194:

Line 2347: ,FND_GLOBAL.user_id

2343: ,p_organization_id
2344: ,x_new_work_order_id
2345: ,l_service_request_id
2346: ,sysdate
2347: ,FND_GLOBAL.user_id
2348: ,sysdate
2349: ,FND_GLOBAL.user_id
2350: ,FND_GLOBAL.LOGIN_ID
2351: ,'Y' -- Fix for Bug 3773450

Line 2349: ,FND_GLOBAL.user_id

2345: ,l_service_request_id
2346: ,sysdate
2347: ,FND_GLOBAL.user_id
2348: ,sysdate
2349: ,FND_GLOBAL.user_id
2350: ,FND_GLOBAL.LOGIN_ID
2351: ,'Y' -- Fix for Bug 3773450
2352:
2353: );

Line 2350: ,FND_GLOBAL.LOGIN_ID

2346: ,sysdate
2347: ,FND_GLOBAL.user_id
2348: ,sysdate
2349: ,FND_GLOBAL.user_id
2350: ,FND_GLOBAL.LOGIN_ID
2351: ,'Y' -- Fix for Bug 3773450
2352:
2353: );
2354: end if;

Line 2363: , r.last_updated_by = FND_GLOBAL.user_id

2359: update wip_eam_work_requests r
2360: set r.work_request_status_id = 4
2361: , r.wip_entity_id = l_workorder_rec1.wip_entity_id
2362: , r.last_update_date = sysdate
2363: , r.last_updated_by = FND_GLOBAL.user_id
2364: where r.work_request_id = l_work_request_id;
2365: end if;
2366: end if;
2367: end if;