DBA Data[Home] [Help]

APPS.JTF_IH_TOOLS dependencies on JTF_IH_OUTCOMES_CAMPAIGNS

Line 434: from jtf_ih_outcomes_b outc, jtf_ih_outcomes_campaigns cmpOut

430:
431: -- loop over the campaign based outcomes and build wrap-ups for them
432: for curOut in (select cmpOut.outcome_id, cmpOut.source_code,
433: outc.result_required
434: from jtf_ih_outcomes_b outc, jtf_ih_outcomes_campaigns cmpOut
435: where outc.outcome_id = cmpOut.outcome_id
436: and (outc.active <> 'N' or outc.active is null)
437: order by outc.outcome_id) loop
438: begin