DBA Data[Home] [Help]

APPS.QP_ATTR_GRP_PVT dependencies on QP_PREQ_GRP

Line 746: QP_PREQ_GRP.Set_QP_Debug;

742: if g_call_from_setup = 'Y' then
743: oe_debug_pub.add('Start process_c_tables - Pattern type '||p_pattern_type);
744: oe_debug_pub.add('cursor tables total = ' || g_list_header_id_c_tbl.count);
745: else
746: QP_PREQ_GRP.Set_QP_Debug;
747: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
748: IF l_debug = FND_API.G_TRUE THEN
749: fnd_file.put_line(FND_FILE.LOG, 'Start process_c_tables - Pattern type '||p_pattern_type);
750: fnd_file.put_line(FND_FILE.LOG, 'cursor tables total = ' || g_list_header_id_c_tbl.count);

Line 747: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;

743: oe_debug_pub.add('Start process_c_tables - Pattern type '||p_pattern_type);
744: oe_debug_pub.add('cursor tables total = ' || g_list_header_id_c_tbl.count);
745: else
746: QP_PREQ_GRP.Set_QP_Debug;
747: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
748: IF l_debug = FND_API.G_TRUE THEN
749: fnd_file.put_line(FND_FILE.LOG, 'Start process_c_tables - Pattern type '||p_pattern_type);
750: fnd_file.put_line(FND_FILE.LOG, 'cursor tables total = ' || g_list_header_id_c_tbl.count);
751: END IF;

Line 1178: QP_PREQ_GRP.Set_QP_Debug;

1174:
1175: if g_call_from_setup = 'Y' then
1176: oe_debug_pub.add('PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1177: else
1178: QP_PREQ_GRP.Set_QP_Debug;
1179: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
1180: IF l_debug = FND_API.G_TRUE THEN
1181: fnd_file.put_line(FND_FILE.LOG, 'PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1182: END IF;

Line 1179: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;

1175: if g_call_from_setup = 'Y' then
1176: oe_debug_pub.add('PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1177: else
1178: QP_PREQ_GRP.Set_QP_Debug;
1179: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
1180: IF l_debug = FND_API.G_TRUE THEN
1181: fnd_file.put_line(FND_FILE.LOG, 'PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1182: END IF;
1183: end if;