DBA Data[Home] [Help]

APPS.MRP_RESCHEDULE_PO dependencies on PO_TBL_VARCHAR2000

Line 317: x_error_messages po_tbl_varchar2000)

313: END set_result;
314:
315:
316: FUNCTION get_request_status(
317: x_error_messages po_tbl_varchar2000)
318: return number IS
319: /*
320: * this call will be executed only for p_result = FALSE
321: * if x_error_message contains all nulls -> return 0 , means ERROR

Line 362: x_error_messages po_tbl_varchar2000 := po_tbl_varchar2000();

358: v_need_by_date dateTab;
359: v_rec NumTab;
360: v_date_changed boolean;
361: v_date date;
362: x_error_messages po_tbl_varchar2000 := po_tbl_varchar2000();
363: p_show_msg varchar2(3) := nvl(FND_PROFILE.Value('MRP_DEBUG'),'N');
364:
365: cursor po_cur(v_line_id number, v_header_id number, v_ship_num number) is
366: select nvl(poll.promised_date,poll.need_by_date),1