DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CONC_PROG_ONSITE_INFO

Line 723: from fnd_conc_prog_onsite_info fcpoi,

719: if (P_NODE_NAME1 is NULL) then
720: begin
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

Line 741: from fnd_conc_prog_onsite_info fcpoi,

737: if (P_CONNSTR1 is NULL) then
738: begin
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