DBA Data[Home] [Help]

APPS.QP_PS_ATTR_GRP_PVT dependencies on QP_PREQ_GRP

Line 2247: QP_PREQ_GRP.Set_QP_Debug;

2243: if g_call_from_setup = 'Y' then
2244: oe_debug_pub.add('Start process_c_tables - Pattern type '||p_pattern_type);
2245: oe_debug_pub.add('cursor tables total = ' || g_list_header_id_c_tbl.count);
2246: else
2247: QP_PREQ_GRP.Set_QP_Debug;
2248: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
2249: IF l_debug = FND_API.G_TRUE THEN
2250: write_log( 'Start process_c_tables - Pattern type '||p_pattern_type);
2251: write_log( 'cursor tables total = ' || g_list_header_id_c_tbl.count);

Line 2248: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;

2244: oe_debug_pub.add('Start process_c_tables - Pattern type '||p_pattern_type);
2245: oe_debug_pub.add('cursor tables total = ' || g_list_header_id_c_tbl.count);
2246: else
2247: QP_PREQ_GRP.Set_QP_Debug;
2248: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
2249: IF l_debug = FND_API.G_TRUE THEN
2250: write_log( 'Start process_c_tables - Pattern type '||p_pattern_type);
2251: write_log( 'cursor tables total = ' || g_list_header_id_c_tbl.count);
2252: END IF;

Line 2884: QP_PREQ_GRP.Set_QP_Debug;

2880:
2881: if g_call_from_setup = 'Y' then
2882: oe_debug_pub.add('PP cursor tables total = ' || g_list_header_id_c_tbl.count);
2883: else
2884: QP_PREQ_GRP.Set_QP_Debug;
2885: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
2886: IF l_debug = FND_API.G_TRUE THEN
2887: write_log( 'PP cursor tables total = ' || g_list_header_id_c_tbl.count);
2888: END IF;

Line 2885: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;

2881: if g_call_from_setup = 'Y' then
2882: oe_debug_pub.add('PP cursor tables total = ' || g_list_header_id_c_tbl.count);
2883: else
2884: QP_PREQ_GRP.Set_QP_Debug;
2885: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
2886: IF l_debug = FND_API.G_TRUE THEN
2887: write_log( 'PP cursor tables total = ' || g_list_header_id_c_tbl.count);
2888: END IF;
2889: end if;