DBA Data[Home] [Help]

APPS.ASO_MAP_QUOTE_ORDER_INT dependencies on OE_ORDER_SOURCES

Line 95: * 2633507 - hyang: use OE_ORDER_SOURCES instead of aso_i_order_sources_v

91: FROM gl_sets_of_books
92: WHERE set_of_books_id = X_set_of_books_id;
93:
94: /*
95: * 2633507 - hyang: use OE_ORDER_SOURCES instead of aso_i_order_sources_v
96: */
97:
98: CURSOR C_order_source(quote_source_code VARCHAR2) IS
99: SELECT order_source_id

Line 100: FROM OE_ORDER_SOURCES

96: */
97:
98: CURSOR C_order_source(quote_source_code VARCHAR2) IS
99: SELECT order_source_id
100: FROM OE_ORDER_SOURCES
101: WHERE name = quote_source_code;
102:
103: -- Change START
104: -- Release 12 MOAC Changes : Bug 4500739