DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 93: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,

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,
97: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,

Line 94: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,

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,
97: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
98: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%type,

Line 96: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%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
100: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%type,

Line 97: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_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
100: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%type,
101: terms_id PO_SYSTEM_PARAMETERS.term_id%TYPE,

Line 98: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%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
100: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%type,
101: terms_id PO_SYSTEM_PARAMETERS.term_id%TYPE,
102: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%type,

Line 100: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%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
100: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%type,
101: terms_id PO_SYSTEM_PARAMETERS.term_id%TYPE,
102: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%type,
103: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
104: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,

Line 115: inventory_organization_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,

111: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,
112: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,
113: security_structure_id PO_SYSTEM_PARAMETERS.security_position_structure_id%TYPE,
114: expense_accrual_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 116: rev_sort_ordering FINANCIALS_SYSTEM_PARAMETERS.revision_sort_ordering%TYPE,

112: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,
113: security_structure_id PO_SYSTEM_PARAMETERS.security_position_structure_id%TYPE,
114: expense_accrual_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 125: reserve_at_completion_flag FINANCIALS_SYSTEM_PARAMETERS.reserve_at_completion_flag%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,
124: disposition_warning_flag PO_SYSTEM_PARAMETERS.disposition_warning_flag%TYPE,
125: reserve_at_completion_flag FINANCIALS_SYSTEM_PARAMETERS.reserve_at_completion_flag%TYPE,
126: user_defined_rcpt_num_code
127: PO_SYSTEM_PARAMETERS.user_defined_receipt_num_code%type,
128: manual_rcpt_num_type PO_SYSTEM_PARAMETERS.manual_receipt_num_type%type,
129: use_positions_flag FINANCIALS_SYSTEM_PARAMETERS.use_positions_flag%TYPE,

Line 129: use_positions_flag FINANCIALS_SYSTEM_PARAMETERS.use_positions_flag%TYPE,

125: reserve_at_completion_flag FINANCIALS_SYSTEM_PARAMETERS.reserve_at_completion_flag%TYPE,
126: user_defined_rcpt_num_code
127: PO_SYSTEM_PARAMETERS.user_defined_receipt_num_code%type,
128: manual_rcpt_num_type PO_SYSTEM_PARAMETERS.manual_receipt_num_type%type,
129: use_positions_flag FINANCIALS_SYSTEM_PARAMETERS.use_positions_flag%TYPE,
130: default_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%TYPE,
131: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,
132: user_defined_quote_num_code
133: PO_SYSTEM_PARAMETERS.user_defined_quote_num_code%type,

Line 138: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%type,

134: manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%type,
135: user_defined_rfq_num_code
136: PO_SYSTEM_PARAMETERS.user_defined_rfq_num_code%type,
137: manual_rfq_num_type PO_SYSTEM_PARAMETERS.manual_rfq_num_type%type,
138: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%type,
139: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%TYPE,
140: period_name GL_PERIOD_STATUSES.period_name%type);
141:
142: -- Type declaration for Vendor defaults structure