DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on FND_PROFILE

Line 1230: l_inv_org_id := fnd_profile.value('QP_ORGANIZATION_ID');

1226:
1227: END LOOP; --Loop over lines_cur
1228: CLOSE lines_cur;
1229:
1230: l_inv_org_id := fnd_profile.value('QP_ORGANIZATION_ID');
1231:
1232: --For each item(line) in the price book insert the parent categories into the
1233: --qp_price_book_attributes table. The line_detail_id will be -1 since these
1234: --attributes are at the price book line level and used for UI and get_catalog

Line 2409: IF FND_PROFILE.VALUE_SPECIFIC(name => 'QP_DEBUG', application_id => 661)

2405:
2406: fnd_file.put_line(FND_FILE.LOG, 'In child request');
2407:
2408: --generate engine debug file if the 'QP: Debug' profile is on
2409: IF FND_PROFILE.VALUE_SPECIFIC(name => 'QP_DEBUG', application_id => 661)
2410: IN ('Y','V')
2411: THEN
2412: oe_debug_pub.SetDebugLevel(10);
2413: oe_debug_pub.Initialize;

Line 2652: IF FND_PROFILE.VALUE_SPECIFIC(name => 'QP_DEBUG', application_id => 661)

2648: END IF; --If xml flag checked
2649:
2650: fnd_file.put_line(FND_FILE.LOG,'Done Publishing');
2651:
2652: IF FND_PROFILE.VALUE_SPECIFIC(name => 'QP_DEBUG', application_id => 661)
2653: IN ('Y','V')
2654: THEN
2655: oe_debug_pub.debug_off;
2656: END IF;