DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 89: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,

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

Line 90: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,

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

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

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

Line 94: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%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
96: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%type,
97: terms_id PO_SYSTEM_PARAMETERS.term_id%TYPE,
98: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%type,

Line 96: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%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
96: FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%type,
97: terms_id PO_SYSTEM_PARAMETERS.term_id%TYPE,
98: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%type,
99: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
100: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,

Line 111: inventory_organization_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,

107: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,
108: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,
109: security_structure_id PO_SYSTEM_PARAMETERS.security_position_structure_id%TYPE,
110: expense_accrual_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 112: rev_sort_ordering FINANCIALS_SYSTEM_PARAMETERS.revision_sort_ordering%TYPE,

108: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,
109: security_structure_id PO_SYSTEM_PARAMETERS.security_position_structure_id%TYPE,
110: expense_accrual_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 121: reserve_at_completion_flag FINANCIALS_SYSTEM_PARAMETERS.reserve_at_completion_flag%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,
120: disposition_warning_flag PO_SYSTEM_PARAMETERS.disposition_warning_flag%TYPE,
121: reserve_at_completion_flag FINANCIALS_SYSTEM_PARAMETERS.reserve_at_completion_flag%TYPE,
122: user_defined_rcpt_num_code
123: PO_SYSTEM_PARAMETERS.user_defined_receipt_num_code%type,
124: manual_rcpt_num_type PO_SYSTEM_PARAMETERS.manual_receipt_num_type%type,
125: use_positions_flag FINANCIALS_SYSTEM_PARAMETERS.use_positions_flag%TYPE,

Line 125: use_positions_flag FINANCIALS_SYSTEM_PARAMETERS.use_positions_flag%TYPE,

121: reserve_at_completion_flag FINANCIALS_SYSTEM_PARAMETERS.reserve_at_completion_flag%TYPE,
122: user_defined_rcpt_num_code
123: PO_SYSTEM_PARAMETERS.user_defined_receipt_num_code%type,
124: manual_rcpt_num_type PO_SYSTEM_PARAMETERS.manual_receipt_num_type%type,
125: use_positions_flag FINANCIALS_SYSTEM_PARAMETERS.use_positions_flag%TYPE,
126: default_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%TYPE,
127: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,
128: user_defined_quote_num_code
129: PO_SYSTEM_PARAMETERS.user_defined_quote_num_code%type,

Line 134: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%type,

130: manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%type,
131: user_defined_rfq_num_code
132: PO_SYSTEM_PARAMETERS.user_defined_rfq_num_code%type,
133: manual_rfq_num_type PO_SYSTEM_PARAMETERS.manual_rfq_num_type%type,
134: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%type,
135: qty_rcv_tolerance rcv_parameters.qty_rcv_tolerance%TYPE,
136: period_name GL_PERIOD_STATUSES.period_name%type);
137:
138: -- Type declaration for Vendor defaults structure