DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_ONLINE_REPORT_TEXT

Line 214: l_online_report_id PO_ONLINE_REPORT_TEXT.online_report_id%TYPE;

210: l_line_num_index number;
211: l_req_encumbrance_flag financials_system_parameters.req_encumbrance_flag%type;
212:
213: --
214: l_online_report_id PO_ONLINE_REPORT_TEXT.online_report_id%TYPE;
215:
216: -- Define variables needed for context switching
217: l_old_line_requesting_ou_id PO_REQUISITION_LINES_ALL.org_id%TYPE;
218: l_line_requesting_ou_id PO_REQUISITION_LINES_ALL.org_id%TYPE;

Line 2483: l_online_report_id PO_ONLINE_REPORT_TEXT.online_report_id%TYPE;

2479: x_msg_count OUT NOCOPY NUMBER,
2480: x_msg_data OUT NOCOPY VARCHAR2
2481: )
2482: IS
2483: l_online_report_id PO_ONLINE_REPORT_TEXT.online_report_id%TYPE;
2484: BEGIN
2485: handle_funds_reversal(p_api_version => p_api_version,
2486: p_commit => p_commit,
2487: x_return_status => x_return_status,