DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on FND_MESSAGE

Line 303: FND_MESSAGE.SET_NAME('PO', 'PO_SUP_CONS_CLOSED_REASON');

299: x_consigned_flag := 'Y';
300: X_accrue_on_receipt_flag := 'N';
301: l_invoice_close_tolerance := 100;
302: x_closed_code := 'CLOSED FOR INVOICE';
303: FND_MESSAGE.SET_NAME('PO', 'PO_SUP_CONS_CLOSED_REASON');
304: x_closed_reason := FND_MESSAGE.GET;
305: l_inspection_required_flag := 'N';
306: l_receipt_required_flag := 'N';
307: X_invoice_match_option := 'P';

Line 304: x_closed_reason := FND_MESSAGE.GET;

300: X_accrue_on_receipt_flag := 'N';
301: l_invoice_close_tolerance := 100;
302: x_closed_code := 'CLOSED FOR INVOICE';
303: FND_MESSAGE.SET_NAME('PO', 'PO_SUP_CONS_CLOSED_REASON');
304: x_closed_reason := FND_MESSAGE.GET;
305: l_inspection_required_flag := 'N';
306: l_receipt_required_flag := 'N';
307: X_invoice_match_option := 'P';
308: END IF;