DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 37: financials_system_parameters.req_encumbrance_flag%type

33: TYPE round_tax_tbl_type is TABLE OF
34: po_req_distributions.recoverable_tax%type INDEX BY BINARY_INTEGER;
35: -- Bug 4723367 START
36: TYPE encumbrance_flag_tbl_type is TABLE OF
37: financials_system_parameters.req_encumbrance_flag%type
38: INDEX BY BINARY_INTEGER;
39: -- Bug 4723367 END
40:
41: G_PKG_NAME CONSTANT varchar2(30) := 'PO_NEGOTIATIONS4_PVT';

Line 211: l_req_encumbrance_flag financials_system_parameters.req_encumbrance_flag%type;

207:
208: old_requisition_header_id po_req_split_lines_gt.requisition_header_id%type:=0;
209: l_serial_num number;
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:

Line 921: financials_system_parameters fsp -- Bug 4723367

917: record_status_rslt_tbl,
918: encumbrance_flag_rslt_tbl -- Bug 4723367
919: FROM po_req_split_lines_gt prs,
920: po_requisition_lines_all prl, --
921: financials_system_parameters fsp -- Bug 4723367
922: -- Bug 5467617: Removed the joins to PO_VENDORS and PO_VENDOR_SITES_ALL
923: -- These are not required anymore because they we used to fetch the
924: -- rounding rule from the site level. Now the tax rounding is done by
925: -- recalculating the tax at the end of this flow.