DBA Data[Home] [Help]

APPS.QP_ATTR_GRP_PVT dependencies on QP_PREQ_GRP

Line 752: QP_PREQ_GRP.Set_QP_Debug;

748: if g_call_from_setup = 'Y' then
749: oe_debug_pub.add('Start process_c_tables - Pattern type '||p_pattern_type);
750: oe_debug_pub.add('cursor tables total = ' || g_list_header_id_c_tbl.count);
751: else
752: QP_PREQ_GRP.Set_QP_Debug;
753: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
754: IF l_debug = FND_API.G_TRUE THEN
755: fnd_file.put_line(FND_FILE.LOG, 'Start process_c_tables - Pattern type '||p_pattern_type);
756: fnd_file.put_line(FND_FILE.LOG, 'cursor tables total = ' || g_list_header_id_c_tbl.count);

Line 753: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;

749: oe_debug_pub.add('Start process_c_tables - Pattern type '||p_pattern_type);
750: oe_debug_pub.add('cursor tables total = ' || g_list_header_id_c_tbl.count);
751: else
752: QP_PREQ_GRP.Set_QP_Debug;
753: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
754: IF l_debug = FND_API.G_TRUE THEN
755: fnd_file.put_line(FND_FILE.LOG, 'Start process_c_tables - Pattern type '||p_pattern_type);
756: fnd_file.put_line(FND_FILE.LOG, 'cursor tables total = ' || g_list_header_id_c_tbl.count);
757: END IF;

Line 1184: QP_PREQ_GRP.Set_QP_Debug;

1180:
1181: if g_call_from_setup = 'Y' then
1182: oe_debug_pub.add('PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1183: else
1184: QP_PREQ_GRP.Set_QP_Debug;
1185: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
1186: IF l_debug = FND_API.G_TRUE THEN
1187: fnd_file.put_line(FND_FILE.LOG, 'PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1188: END IF;

Line 1185: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;

1181: if g_call_from_setup = 'Y' then
1182: oe_debug_pub.add('PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1183: else
1184: QP_PREQ_GRP.Set_QP_Debug;
1185: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
1186: IF l_debug = FND_API.G_TRUE THEN
1187: fnd_file.put_line(FND_FILE.LOG, 'PP cursor tables total = ' || g_list_header_id_c_tbl.count);
1188: END IF;
1189: end if;