DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_PTE_SOURCE_SYSTEMS

Line 2941: from qp_pte_source_systems

2937: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
2938:
2939: select pte_code, application_short_name
2940: into l_pte_code, l_ss_code
2941: from qp_pte_source_systems
2942: where pte_source_system_id = p_pte_source_system_id;
2943:
2944: FND_MESSAGE.set_name('QP', 'QP_NO_FUNC_AREA_WITHIN_PTE');
2945: FND_MESSAGE.set_token('PTE', l_pte_code);