DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on FND_MESSAGE

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

334: x_consigned_flag := 'Y';
335: X_accrue_on_receipt_flag := 'N';
336: l_invoice_close_tolerance := 100;
337: x_closed_code := 'CLOSED FOR INVOICE';
338: FND_MESSAGE.SET_NAME('PO', 'PO_SUP_CONS_CLOSED_REASON');
339: x_closed_reason := FND_MESSAGE.GET;
340: l_inspection_required_flag := 'N';
341: l_receipt_required_flag := 'N';
342: X_invoice_match_option := 'P';

Line 339: x_closed_reason := FND_MESSAGE.GET;

335: X_accrue_on_receipt_flag := 'N';
336: l_invoice_close_tolerance := 100;
337: x_closed_code := 'CLOSED FOR INVOICE';
338: FND_MESSAGE.SET_NAME('PO', 'PO_SUP_CONS_CLOSED_REASON');
339: x_closed_reason := FND_MESSAGE.GET;
340: l_inspection_required_flag := 'N';
341: l_receipt_required_flag := 'N';
342: X_invoice_match_option := 'P';
343: ELSE