DBA Data[Home] [Help]

APPS.QLTSSCPB dependencies on QA_SSQR_JRAD_PKG

Line 40: qa_ssqr_jrad_pkg.map_plan(l_plan_id);

36:
37: qa_plan_element_api.fetch_qa_plan_chars(l_plan_id);
38:
39: qa_jrad_pkg.map_plan(l_plan_id, NULL);
40: qa_ssqr_jrad_pkg.map_plan(l_plan_id);
41:
42: --
43: -- Tracking Bug 4697145
44: -- MOAC Upgrade feature to indicate this plan has

Line 48: qa_ssqr_jrad_pkg.jrad_upgraded(l_plan_id);

44: -- MOAC Upgrade feature to indicate this plan has
45: -- been regenerated and on demand mapping can skip.
46: -- bso Sun Nov 6 16:52:53 PST 2005
47: --
48: qa_ssqr_jrad_pkg.jrad_upgraded(l_plan_id);
49: END IF;
50:
51: RETCODE := 0;
52: ERRBUF := '';