DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CONC_PROG_ONSITE_INFO

Line 767: from fnd_conc_prog_onsite_info fcpoi,

763: if (P_NODE_NAME1 is NULL) then
764: begin
765: select fcpoi.node_name1
766: into P_NODE_NAME1
767: from fnd_conc_prog_onsite_info fcpoi,
768: fnd_concurrent_programs fcp,
769: fnd_application fa
770: where fcp.application_id = fcpoi.program_application_id
771: and fcp.concurrent_program_id = fcpoi.concurrent_program_id

Line 785: from fnd_conc_prog_onsite_info fcpoi,

781: if (P_CONNSTR1 is NULL) then
782: begin
783: select fcpoi.connstr1
784: into P_CONNSTR1
785: from fnd_conc_prog_onsite_info fcpoi,
786: fnd_concurrent_programs fcp,
787: fnd_application fa
788: where fcp.application_id = fcpoi.program_application_id
789: and fcp.concurrent_program_id = fcpoi.concurrent_program_id