DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 6214: from financials_system_params_all req_fsp

6210: IF g_purchasing_ou_id <> x_requesting_ou_id THEN
6211:
6212: select req_fsp.set_of_books_id
6213: into l_req_ou_sob_id
6214: from financials_system_params_all req_fsp
6215: where req_fsp.org_id = x_requesting_ou_id; --
6216:
6217: l_progress := '010';
6218: select po_fsp.set_of_books_id

Line 6220: from financials_system_params_all po_fsp

6216:
6217: l_progress := '010';
6218: select po_fsp.set_of_books_id
6219: into l_po_ou_sob_id
6220: from financials_system_params_all po_fsp
6221: where po_fsp.org_id = g_purchasing_ou_id; --
6222:
6223: IF l_req_ou_sob_id = l_po_ou_sob_id THEN
6224: x_rate_for_req_fields := NULL;