DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on POS_ERR_TYPE

Line 547: l_pos_errors pos_err_type;

543: p_revision_num in number,
544: p_po_change_requests in out nocopy pos_chg_rec_tbl) is
545:
546: l_doc_check_rec_type Doc_Check_Return_Type;
547: l_pos_errors pos_err_type;
548: l_online_report_id number;
549: l_return_status varchar2(100);
550: l_error_code varchar2(100);
551: l_msg_data varchar2(1000);

Line 1277: l_pos_errors pos_err_type;

1273:
1274: x_progress varchar2(3):= '000';
1275:
1276: l_doc_check_rec_type Doc_Check_Return_Type;
1277: l_pos_errors pos_err_type;
1278: l_online_report_id number;
1279: l_return_status varchar2(100);
1280: l_error_code varchar2(100);
1281: l_change_request_group_id number;

Line 1716: l_doc_check_rec POS_ERR_TYPE;

1712: from po_change_requests
1713: where change_request_group_id=p_change_request_group_id
1714: and request_status in ('PENDING', 'BUYER_APP')
1715: and action_type='MODIFICATION';
1716: l_doc_check_rec POS_ERR_TYPE;
1717:
1718: --This cursor doesn't include 'amount' change records
1719: -- since for 'amount'change records, both new_start_date and new_expiration_date are null
1720: cursor l_date_change_csr is

Line 2504: l_doc_check_rec POS_ERR_TYPE;

2500: l_date_change_id1 PO_CHANGE_REQUESTS.change_request_id%type;
2501:
2502: -- Added variable l_validation_error
2503: l_validation_error PO_CHANGE_REQUESTS.VALIDATION_ERROR%type;
2504: l_doc_check_rec POS_ERR_TYPE;
2505:
2506: l_temp_date date;
2507: l_temp_reason varchar2(1000);
2508: l_temp_responder number;