DBA Data[Home] [Help]

APPS.QA_SKIPLOT_UTILITY dependencies on QA_INSPECTION_PKG

Line 197: l_qa_installation := QA_INSPECTION_PKG.qa_installation;

193: return skiplot_avail;
194: end if;
195: */
196:
197: l_qa_installation := QA_INSPECTION_PKG.qa_installation;
198:
199: l_skiplot_control := skiplot_control(p_organization_id);
200:
201: l_skiplot_setup := skiplot_setup(p_txn, p_organization_id);

Line 203: l_qa_inspection := QA_INSPECTION_PKG.qa_inspection;

199: l_skiplot_control := skiplot_control(p_organization_id);
200:
201: l_skiplot_setup := skiplot_setup(p_txn, p_organization_id);
202:
203: l_qa_inspection := QA_INSPECTION_PKG.qa_inspection;
204:
205: if l_qa_installation = fnd_api.g_true and
206: l_skiplot_control = fnd_api.g_true and
207: l_skiplot_setup = fnd_api.g_true and