DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_APPLICATION

Line 502: From Fnd_Application FA,

498: argument91, argument92, argument93, argument94, argument95,
499: argument96, argument97, argument98, argument99, argument100,
500: Sysdate, FND_GLOBAL.conc_login_id, Sysdate,
501: FND_GLOBAL.conc_login_id, FND_GLOBAL.conc_login_id
502: From Fnd_Application FA,
503: Fnd_Concurrent_Programs FCP
504: Where
505: FCP.Enabled_Flag = 'Y'
506: And (FCP.Application_ID = FA.Application_ID And

Line 725: fnd_application fa

721: select fcpoi.node_name1
722: into P_NODE_NAME1
723: from fnd_conc_prog_onsite_info fcpoi,
724: fnd_concurrent_programs fcp,
725: fnd_application fa
726: where fcp.application_id = fcpoi.program_application_id
727: and fcp.concurrent_program_id = fcpoi.concurrent_program_id
728: and fa.application_id = fcp.application_id
729: and fcp.concurrent_program_name = upper(program)

Line 743: fnd_application fa

739: select fcpoi.connstr1
740: into P_CONNSTR1
741: from fnd_conc_prog_onsite_info fcpoi,
742: fnd_concurrent_programs fcp,
743: fnd_application fa
744: where fcp.application_id = fcpoi.program_application_id
745: and fcp.concurrent_program_id = fcpoi.concurrent_program_id
746: and fa.application_id = fcp.application_id
747: and fcp.concurrent_program_name = upper(program)

Line 853: From Fnd_Concurrent_Programs P, Fnd_Application A

849: fcp_printer, print_style, reqrd_flag, minwid,
850: minlen, execcode, saveout, prtflg,
851: qctlflg, program_priority, request_set_flag,
852: submit_ops_id, portlet_ref, mult_pending_req
853: From Fnd_Concurrent_Programs P, Fnd_Application A
854: Where Upper(Concurrent_Program_Name) = upper(program)
855: And P.Application_ID = A.Application_ID
856: And Upper(A.Application_Short_Name) = upper(application);
857:

Line 1715: From Fnd_Application FA,

1711: submit.argument21, submit.argument22,
1712: submit.argument23, submit.argument24,
1713: submit.argument25
1714:
1715: From Fnd_Application FA,
1716: Fnd_Concurrent_Programs FCP,
1717: Fnd_Oracle_Userid
1718: Where
1719: Oracle_Username = oraclacct

Line 1981: From Fnd_Application

1977: when appl_prog_error then -- Appl or program invalid
1978: begin -- Is the appl short name correct?
1979: Select Application_ID
1980: Into prog_appl_id
1981: From Fnd_Application
1982: Where Application_Short_Name = upper (application);
1983:
1984: exception
1985: when no_data_found then

Line 2364: From Fnd_Conc_Release_Classes C, Fnd_Application A

2360: if (class_name is not null) then
2361: begin
2362: Select A.Application_ID, C.Release_Class_Id
2363: Into P_REL_CLASS_APP_ID, P_REL_CLASS_ID
2364: From Fnd_Conc_Release_Classes C, Fnd_Application A
2365: Where Upper(Release_class_Name) = upper(class_name)
2366: And C.Application_ID = A.Application_ID
2367: And A.Application_Short_Name = upper(application);
2368:

Line 3117: From Fnd_Application

3113:
3114: begin -- Is the appl short name correct?
3115: Select Application_ID, sysdate
3116: Into mgr_app_id, now
3117: From Fnd_Application
3118: Where Application_Short_Name = upper (service_app);
3119:
3120: exception
3121: when no_data_found then

Line 3229: From Fnd_Application

3225:
3226: begin -- Is the appl short name correct?
3227: Select Application_ID, sysdate
3228: Into mgr_app_id, now
3229: From Fnd_Application
3230: Where Application_Short_Name = upper (application);
3231:
3232: exception
3233: when no_data_found then