DBA Data[Home] [Help]

APPS.CSP_PL_SHIP_UTIL dependencies on CSP_MOVEORDER_HEADERS

Line 76: l_autoreceipt_flag csp_moveorder_headers.autoreceipt_flag%type;

72:
73: -- for inserting data, the validation_level should be none
74: -- because we do not want to call the core apps standard validations.
75: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_NONE;
76: l_autoreceipt_flag csp_moveorder_headers.autoreceipt_flag%type;
77:
78: l_outcome BOOLEAN := TRUE;
79: l_error_code VARCHAR2(200);
80: l_error_explanation VARCHAR2(240);

Line 382: from csp_moveorder_headers

378: from csp_moveorder_lines
379: where line_id = l_move_order_line_id;
380:
381: select autoreceipt_flag into l_autoreceipt_flag
382: from csp_moveorder_headers
383: where header_id = l_header_id;
384:
385: -- Update the quantity_delivered of the move order line.
386: l_trolin_rec := INV_Trolin_util.Query_Row(l_move_order_line_id);