DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on GL_SETS_OF_BOOKS

Line 87: (currency_code GL_SETS_OF_BOOKS.currency_code%type,

83: WHERE phi.interface_header_id = p_interface_header_id;
84:
85: -- Type declaration for System Parameters structure
86: TYPE system_parameters_rec_type IS RECORD
87: (currency_code GL_SETS_OF_BOOKS.currency_code%type,
88: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
89: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
90: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
91: sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE,

Line 88: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,

84:
85: -- Type declaration for System Parameters structure
86: TYPE system_parameters_rec_type IS RECORD
87: (currency_code GL_SETS_OF_BOOKS.currency_code%type,
88: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
89: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
90: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
91: sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE,
92: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,

Line 91: sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE,

87: (currency_code GL_SETS_OF_BOOKS.currency_code%type,
88: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
89: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
90: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
91: sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE,
92: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
93: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
94: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%type,
95: freight_terms_lookup_code

Line 115: budgetary_control_flag GL_SETS_OF_BOOKS.enable_budgetary_control_flag%TYPE,

111: inventory_organization_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,
112: rev_sort_ordering FINANCIALS_SYSTEM_PARAMETERS.revision_sort_ordering%TYPE,
113: min_rel_amount PO_SYSTEM_PARAMETERS.min_release_amount%TYPE,
114: notify_blanket_flag PO_SYSTEM_PARAMETERS.notify_if_blanket_flag%TYPE,
115: budgetary_control_flag GL_SETS_OF_BOOKS.enable_budgetary_control_flag%TYPE,
116: user_defined_req_num_code PO_SYSTEM_PARAMETERS.user_defined_req_num_code%type,
117: rfq_required_flag PO_SYSTEM_PARAMETERS.rfq_required_flag%TYPE,
118: manual_req_num_type PO_SYSTEM_PARAMETERS.manual_req_num_type%type,
119: enforce_full_lot_qty PO_SYSTEM_PARAMETERS.enforce_full_lot_quantities%type,