DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_PTE_SOURCE_SYSTEMS

Line 2976: from qp_pte_source_systems

2972: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR) THEN
2973:
2974: select pte_code, application_short_name
2975: into l_pte_code, l_ss_code
2976: from qp_pte_source_systems
2977: where pte_source_system_id = p_pte_source_system_id;
2978:
2979: FND_MESSAGE.set_name('QP', 'QP_NO_FUNC_AREA_WITHIN_PTE');
2980: FND_MESSAGE.set_token('PTE', l_pte_code);