DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on FND_GLOBAL

Line 1574: l_user_id := fnd_global.user_id;

1570: l_mode := p_mode;
1571: l_wip_entity_name := p_wip_entity_name;
1572: -- l_user_id := p_user_id;
1573: -- l_responsibility_id := p_responsibility_id;
1574: l_user_id := fnd_global.user_id;
1575: l_responsibility_id := fnd_global.resp_id;
1576:
1577: if p_firm = '1' then
1578: l_firm := to_number(p_firm);

Line 1575: l_responsibility_id := fnd_global.resp_id;

1571: l_wip_entity_name := p_wip_entity_name;
1572: -- l_user_id := p_user_id;
1573: -- l_responsibility_id := p_responsibility_id;
1574: l_user_id := fnd_global.user_id;
1575: l_responsibility_id := fnd_global.resp_id;
1576:
1577: if p_firm = '1' then
1578: l_firm := to_number(p_firm);
1579: else

Line 2059: ,FND_GLOBAL.user_id

2055: ,p_organization_id
2056: ,l_wip_entity_updt
2057: ,l_service_request_id
2058: ,sysdate
2059: ,FND_GLOBAL.user_id
2060: ,sysdate
2061: ,FND_GLOBAL.user_id
2062: ,FND_GLOBAL.LOGIN_ID
2063: ,'Y'

Line 2061: ,FND_GLOBAL.user_id

2057: ,l_service_request_id
2058: ,sysdate
2059: ,FND_GLOBAL.user_id
2060: ,sysdate
2061: ,FND_GLOBAL.user_id
2062: ,FND_GLOBAL.LOGIN_ID
2063: ,'Y'
2064:
2065: );

Line 2062: ,FND_GLOBAL.LOGIN_ID

2058: ,sysdate
2059: ,FND_GLOBAL.user_id
2060: ,sysdate
2061: ,FND_GLOBAL.user_id
2062: ,FND_GLOBAL.LOGIN_ID
2063: ,'Y'
2064:
2065: );
2066:

Line 2093: , r.last_updated_by = FND_GLOBAL.user_id

2089: update wip_eam_work_requests r
2090: set r.work_request_status_id = 4
2091: , r.wip_entity_id = l_workorder_rec1.wip_entity_id
2092: , r.last_update_date = sysdate
2093: , r.last_updated_by = FND_GLOBAL.user_id
2094: where r.work_request_id = l_work_request_id;
2095: end if;
2096: end if;
2097: end if;

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

2217:
2218: -- Set user id and responsibility id so that we can set apps context
2219: -- before calling any concurrent program
2220: l_workorder_rec.user_id := l_user_id;
2221: l_workorder_rec.responsibility_id := fnd_global.resp_id;
2222:
2223: /* Added for bug #5453280 */
2224: IF (p_failure_code_required IS NOT NULL) THEN
2225:

Line 2378: ,FND_GLOBAL.user_id

2374: ,p_organization_id
2375: ,x_new_work_order_id
2376: ,l_service_request_id
2377: ,sysdate
2378: ,FND_GLOBAL.user_id
2379: ,sysdate
2380: ,FND_GLOBAL.user_id
2381: ,FND_GLOBAL.LOGIN_ID
2382: ,'Y' -- Fix for Bug 3773450

Line 2380: ,FND_GLOBAL.user_id

2376: ,l_service_request_id
2377: ,sysdate
2378: ,FND_GLOBAL.user_id
2379: ,sysdate
2380: ,FND_GLOBAL.user_id
2381: ,FND_GLOBAL.LOGIN_ID
2382: ,'Y' -- Fix for Bug 3773450
2383:
2384: );

Line 2381: ,FND_GLOBAL.LOGIN_ID

2377: ,sysdate
2378: ,FND_GLOBAL.user_id
2379: ,sysdate
2380: ,FND_GLOBAL.user_id
2381: ,FND_GLOBAL.LOGIN_ID
2382: ,'Y' -- Fix for Bug 3773450
2383:
2384: );
2385: end if;

Line 2394: , r.last_updated_by = FND_GLOBAL.user_id

2390: update wip_eam_work_requests r
2391: set r.work_request_status_id = 4
2392: , r.wip_entity_id = l_workorder_rec1.wip_entity_id
2393: , r.last_update_date = sysdate
2394: , r.last_updated_by = FND_GLOBAL.user_id
2395: where r.work_request_id = l_work_request_id;
2396: end if;
2397: end if;
2398: end if;