DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on MO_GLOBAL

Line 520: mo_global.set_policy_context(p_access_mode => 'S',

516:
517: --Set Policy Context to 'S' for Single Org, namely, the org on the price book
518: --request of the Price Book being created. Note that republishing should have
519: --access mode of 'M', only creation has access mode 'S'.
520: mo_global.set_policy_context(p_access_mode => 'S',
521: p_org_id => p_pb_input_header_rec.org_id);
522:
523: BEGIN
524: SELECT 1

Line 1720: IF MO_GLOBAL.get_access_mode is null THEN

1716: l_login_id := fnd_global.login_id;
1717:
1718: --dbms_output.put_line('user id = '||l_user_id);
1719: --Multi-Org Init since Conc Program is run in a different session (check this)
1720: IF MO_GLOBAL.get_access_mode is null THEN
1721: MO_GLOBAL.Init('QP');
1722: END IF;
1723:
1724: fnd_file.put_line(FND_FILE.LOG, 'Orgs initialized');

Line 1721: MO_GLOBAL.Init('QP');

1717:
1718: --dbms_output.put_line('user id = '||l_user_id);
1719: --Multi-Org Init since Conc Program is run in a different session (check this)
1720: IF MO_GLOBAL.get_access_mode is null THEN
1721: MO_GLOBAL.Init('QP');
1722: END IF;
1723:
1724: fnd_file.put_line(FND_FILE.LOG, 'Orgs initialized');
1725: fnd_file.put_line(FND_FILE.LOG, 'Price Book Name = '|| l_pb_input_header_rec.price_book_name);