DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on FND_PROFILE

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

1245:
1246: END LOOP; --Loop over lines_cur
1247: CLOSE lines_cur;
1248:
1249: l_inv_org_id := fnd_profile.value('QP_ORGANIZATION_ID');
1250:
1251: --For each item(line) in the price book insert the parent categories into the
1252: --qp_price_book_attributes table. The line_detail_id will be -1 since these
1253: --attributes are at the price book line level and used for UI and get_catalog

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

2384:
2385: fnd_file.put_line(FND_FILE.LOG, 'In child request');
2386:
2387: --generate engine debug file if the 'QP: Debug' profile is on
2388: IF FND_PROFILE.VALUE_SPECIFIC(name => 'QP_DEBUG', application_id => 661)
2389: IN ('Y','V')
2390: THEN
2391: oe_debug_pub.SetDebugLevel(10);
2392: oe_debug_pub.Initialize;

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

2606: END IF; --If xml flag checked
2607:
2608: fnd_file.put_line(FND_FILE.LOG,'Done Publishing');
2609:
2610: IF FND_PROFILE.VALUE_SPECIFIC(name => 'QP_DEBUG', application_id => 661)
2611: IN ('Y','V')
2612: THEN
2613: oe_debug_pub.debug_off;
2614: END IF;