DBA Data[Home] [Help]

APPS.CSP_PARTS_REPAIR dependencies on CSP_PARTS_ORDER

Line 89: csp_parts_order.process_order(

85: l_line_Rec.line_num := 1;
86: l_order_line_tbl(1) := l_line_Rec;
87:
88: -- call process order
89: csp_parts_order.process_order(
90: p_api_version => l_api_Version_number
91: ,p_Init_Msg_List => FND_API.G_TRUE
92: ,p_commit => FND_API.G_FALSE
93: ,px_header_rec => l_order_hdr_Rec

Line 143: csp_parts_order.process_order(

139: l_line_rec.source_subinventory := NULL;
140: l_order_line_tbl(1) := l_line_Rec;
141:
142: -- call process order
143: csp_parts_order.process_order(
144: p_api_version => l_api_Version_number
145: ,p_Init_Msg_List => FND_API.G_TRUE
146: ,p_commit => FND_API.G_FALSE
147: ,px_header_rec => l_order_hdr_Rec