DBA Data[Home] [Help]

APPS.QP_PS_ATTR_GRP_PVT dependencies on FND_API

Line 2249: IF l_debug = FND_API.G_TRUE THEN

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;
2253: end if;

Line 2264: elsif l_debug = FND_API.G_TRUE then

2260: ', list_header_id = ' || g_list_header_id_c_tbl(i) ||
2261: ', list_line_id = ' || g_list_line_id_c_tbl(i) ||
2262: ', group = ' || g_qual_grouping_no_c_tbl(i) ||
2263: ', operator = ' || g_comparison_opr_code_c_tbl(i));
2264: elsif l_debug = FND_API.G_TRUE then
2265: write_log( 'i = ' || i ||
2266: ', list_header_id = ' || g_list_header_id_c_tbl(i) ||
2267: ', list_line_id = ' || g_list_line_id_c_tbl(i) ||
2268: ', group = ' || g_qual_grouping_no_c_tbl(i) ||

Line 2284: elsif l_debug = FND_API.G_TRUE then

2280: l_line_counter := l_line_counter + 1;
2281: if l_line_counter >= G_LINES_PER_INSERT then
2282: if g_call_from_setup = 'Y' then
2283: oe_debug_pub.add('inserting data for ' || G_LINES_PER_INSERT || ' lines');
2284: elsif l_debug = FND_API.G_TRUE then
2285: write_log( 'inserting data for ' || G_LINES_PER_INSERT || ' lines');
2286: end if;
2287: populate_atgrps;
2288: IF g_qp_pattern_search <> 'M' THEN

Line 2295: if l_debug = FND_API.G_TRUE then

2291: end if;
2292: END IF;
2293: reset_final_tables;
2294: if g_call_from_setup <> 'Y' then
2295: if l_debug = FND_API.G_TRUE then
2296: write_log( 'committing data for ' || G_LINES_PER_INSERT || ' lines');
2297: end if;
2298: commit;
2299: end if;

Line 2886: IF l_debug = FND_API.G_TRUE 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;
2890:

Line 2901: elsif l_debug = FND_API.G_TRUE then

2897: oe_debug_pub.add('PP i = ' || i ||
2898: ', list_header_id = ' || g_list_header_id_c_tbl(i) ||
2899: ', list_line_id = ' || g_list_line_id_c_tbl(i) ||
2900: ', operator = ' || g_comparison_opr_code_c_tbl(i));
2901: elsif l_debug = FND_API.G_TRUE then
2902: write_log( 'PP i = ' || i ||
2903: ', list_header_id = ' || g_list_header_id_c_tbl(i) ||
2904: ', list_line_id = ' || g_list_line_id_c_tbl(i) ||
2905: ', operator = ' || g_comparison_opr_code_c_tbl(i));

Line 2921: elsif l_debug = FND_API.G_TRUE then

2917: l_line_counter := l_line_counter + 1;
2918: if l_line_counter >= G_LINES_PER_INSERT then
2919: if g_call_from_setup = 'Y' then
2920: oe_debug_pub.add('inserting data for ' || G_LINES_PER_INSERT || ' lines');
2921: elsif l_debug = FND_API.G_TRUE then
2922: write_log( 'inserting data for ' || G_LINES_PER_INSERT || ' lines');
2923: end if;
2924: IF g_qp_pattern_search <> 'M' THEN
2925: update_list_lines;

Line 2930: if l_debug = FND_API.G_TRUE then

2926: END IF;
2927: populate_pp_atgrps;
2928: reset_final_tables;
2929: if g_call_from_setup <> 'Y' then
2930: if l_debug = FND_API.G_TRUE then
2931: write_log( 'committing data for ' || G_LINES_PER_INSERT || ' lines');
2932: end if;
2933: commit;
2934: end if;