DBA Data[Home] [Help]

APPS.INV_UTILITIES dependencies on STANDARD

Line 30: --to comply with GSCC File.Sql.39 standard Bug:4410848

26: *********************************** DEPRECATED *************************************
27: *********************************** DEPRECATED *************************************
28: *********************************** DEPRECATED *************************************/
29: --Added NOCOPY hint to p_detail_status OUT parameter
30: --to comply with GSCC File.Sql.39 standard Bug:4410848
31: PROCEDURE run_detail_engine(
32: p_detail_status OUT NOCOPY VARCHAR2
33: , p_org_id IN NUMBER
34: , p_move_order_type IN NUMBER

Line 343: --with GSCC File.Sql.39 standard .Bug:4410848

339: v_return_status := 'E';
340: END run_detail_engine;
341:
342: --Added NOCOPY hint to table_of_strings OUT parameter to comply
343: --with GSCC File.Sql.39 standard .Bug:4410848
344: PROCEDURE parse_vector(vector_in IN VARCHAR2, delimiter IN VARCHAR2, table_of_strings OUT NOCOPY vector_tabtype) IS
345: delimiter_index NUMBER;
346: string_in VARCHAR2(32767);
347: counter NUMBER;

Line 756: --with GSCC standard File.Sql.39. Bug:4410848

752: Added for bug No :2326247.
753: Calculates the item cost based on costing.
754: */
755: --Added NOCOPY hint to v_item_cost OUT parameter to comply
756: --with GSCC standard File.Sql.39. Bug:4410848
757: PROCEDURE get_item_cost(v_org_id IN NUMBER, v_item_id IN NUMBER, v_locator_id IN NUMBER, v_item_cost OUT NOCOPY NUMBER) IS
758: -- For standard costed orgs, get the item cost with the common
759: -- cost group ID = 1. For average costed orgs, use the org's
760: -- default cost group ID

Line 758: -- For standard costed orgs, get the item cost with the common

754: */
755: --Added NOCOPY hint to v_item_cost OUT parameter to comply
756: --with GSCC standard File.Sql.39. Bug:4410848
757: PROCEDURE get_item_cost(v_org_id IN NUMBER, v_item_id IN NUMBER, v_locator_id IN NUMBER, v_item_cost OUT NOCOPY NUMBER) IS
758: -- For standard costed orgs, get the item cost with the common
759: -- cost group ID = 1. For average costed orgs, use the org's
760: -- default cost group ID
761: -- Bug # 2180251: All primary costing methods not equal to 1 should
762: -- also be considered as an average costed org