DBA Data[Home] [Help]

APPS.AP_WEB_UTILITIES_PKG dependencies on FND_GLOBAL

Line 44: where application_id = fnd_global.resp_appl_id() and responsibility_id = fnd_global.resp_id();

40: begin
41: select nvl(version, C_WebApplicationVersion)
42: into l_version
43: from fnd_responsibility
44: where application_id = fnd_global.resp_appl_id() and responsibility_id = fnd_global.resp_id();
45: exception
46: when no_data_found then
47: null;
48: end;

Line 3502: last_updated_by = Decode(Nvl(fnd_global.user_id,-1),-1,last_updated_by,fnd_global.user_id)

3498:
3499: UPDATE ap_expense_report_headers_all SET image_receipts_status = 'RECEIVED',
3500: image_receipts_received_date = sysdate,
3501: last_update_date = sysdate,
3502: last_updated_by = Decode(Nvl(fnd_global.user_id,-1),-1,last_updated_by,fnd_global.user_id)
3503: WHERE report_header_id = to_number(p_report_header_id);
3504: BEGIN
3505: SELECT count(*) INTO l_org_count
3506: FROM ap_expense_report_lines_all