DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on POS_ERR_TYPE

Line 564: l_pos_errors pos_err_type;

560: p_revision_num in number,
561: p_po_change_requests in out nocopy pos_chg_rec_tbl) is
562:
563: l_doc_check_rec_type Doc_Check_Return_Type;
564: l_pos_errors pos_err_type;
565: l_online_report_id number;
566: l_return_status varchar2(100);
567: l_error_code varchar2(100);
568: l_msg_data varchar2(1000);

Line 1294: l_pos_errors pos_err_type;

1290:
1291: x_progress varchar2(3):= '000';
1292:
1293: l_doc_check_rec_type Doc_Check_Return_Type;
1294: l_pos_errors pos_err_type;
1295: l_online_report_id number;
1296: l_return_status varchar2(100);
1297: l_error_code varchar2(100);
1298: l_change_request_group_id number;

Line 1742: l_doc_check_rec POS_ERR_TYPE;

1738: from po_change_requests
1739: where change_request_group_id=p_change_request_group_id
1740: and request_status in ('PENDING', 'BUYER_APP')
1741: and action_type='MODIFICATION';
1742: l_doc_check_rec POS_ERR_TYPE;
1743:
1744: --This cursor doesn't include 'amount' change records
1745: -- since for 'amount'change records, both new_start_date and new_expiration_date are null
1746: cursor l_date_change_csr is

Line 2626: l_doc_check_rec POS_ERR_TYPE;

2622: l_date_change_id1 PO_CHANGE_REQUESTS.change_request_id%type;
2623:
2624: -- Added variable l_validation_error
2625: l_validation_error PO_CHANGE_REQUESTS.VALIDATION_ERROR%type;
2626: l_doc_check_rec POS_ERR_TYPE;
2627:
2628: l_temp_date date;
2629: l_temp_reason varchar2(1000);
2630: l_temp_responder number;