DBA Data[Home] [Help]

APPS.QA_TXN_GRP dependencies on FND_INSTALLATION

Line 41: dummy := fnd_installation.get_app_info('QA', l_status,

37: txn_number_cache := p_txn_number;
38: org_id_cache := p_org_id;
39:
40: qa_enabled_cache := 'F';
41: dummy := fnd_installation.get_app_info('QA', l_status,
42: l_industry, l_schema);
43: IF l_status IN ('I', 'S') THEN
44: OPEN txn_plans;
45: FETCH txn_plans INTO l_txn_id;