DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on GL_SETS_OF_BOOKS

Line 91: (currency_code GL_SETS_OF_BOOKS.currency_code%type,

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

Line 92: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,

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

Line 95: sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE,

91: (currency_code GL_SETS_OF_BOOKS.currency_code%type,
92: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
93: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
94: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
95: sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE,
96: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
97: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
98: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%type,
99: freight_terms_lookup_code

Line 119: budgetary_control_flag GL_SETS_OF_BOOKS.enable_budgetary_control_flag%TYPE,

115: inventory_organization_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,
116: rev_sort_ordering FINANCIALS_SYSTEM_PARAMETERS.revision_sort_ordering%TYPE,
117: min_rel_amount PO_SYSTEM_PARAMETERS.min_release_amount%TYPE,
118: notify_blanket_flag PO_SYSTEM_PARAMETERS.notify_if_blanket_flag%TYPE,
119: budgetary_control_flag GL_SETS_OF_BOOKS.enable_budgetary_control_flag%TYPE,
120: user_defined_req_num_code PO_SYSTEM_PARAMETERS.user_defined_req_num_code%type,
121: rfq_required_flag PO_SYSTEM_PARAMETERS.rfq_required_flag%TYPE,
122: manual_req_num_type PO_SYSTEM_PARAMETERS.manual_req_num_type%type,
123: enforce_full_lot_qty PO_SYSTEM_PARAMETERS.enforce_full_lot_quantities%type,