DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_SYSTEM_PARAMETERS

Line 101: terms_id PO_SYSTEM_PARAMETERS.term_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,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,

Line 102: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%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,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,

Line 103: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%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,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,

Line 104: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,

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,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,

Line 105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%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,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,

Line 106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%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,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,

Line 107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,

103: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
104: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,
111: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,

Line 108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,

104: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,
105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,
111: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,
112: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,

Line 109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,

105: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,

106: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 111: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,

107: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 112: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,

108: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 113: security_structure_id PO_SYSTEM_PARAMETERS.security_position_structure_id%TYPE,

109: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 114: expense_accrual_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,

110: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 117: min_rel_amount PO_SYSTEM_PARAMETERS.min_release_amount%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,
121: rfq_required_flag PO_SYSTEM_PARAMETERS.rfq_required_flag%TYPE,

Line 118: notify_blanket_flag PO_SYSTEM_PARAMETERS.notify_if_blanket_flag%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,
121: rfq_required_flag PO_SYSTEM_PARAMETERS.rfq_required_flag%TYPE,
122: manual_req_num_type PO_SYSTEM_PARAMETERS.manual_req_num_type%type,

Line 120: user_defined_req_num_code PO_SYSTEM_PARAMETERS.user_defined_req_num_code%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,
124: disposition_warning_flag PO_SYSTEM_PARAMETERS.disposition_warning_flag%TYPE,

Line 121: rfq_required_flag PO_SYSTEM_PARAMETERS.rfq_required_flag%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,
124: disposition_warning_flag PO_SYSTEM_PARAMETERS.disposition_warning_flag%TYPE,
125: reserve_at_completion_flag FINANCIALS_SYSTEM_PARAMETERS.reserve_at_completion_flag%TYPE,

Line 122: manual_req_num_type PO_SYSTEM_PARAMETERS.manual_req_num_type%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,
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

Line 123: enforce_full_lot_qty PO_SYSTEM_PARAMETERS.enforce_full_lot_quantities%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,
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,

Line 124: disposition_warning_flag PO_SYSTEM_PARAMETERS.disposition_warning_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,
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,

Line 127: PO_SYSTEM_PARAMETERS.user_defined_receipt_num_code%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,
130: default_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%TYPE,
131: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,

Line 128: manual_rcpt_num_type PO_SYSTEM_PARAMETERS.manual_receipt_num_type%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,
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

Line 130: default_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%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,
134: manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%type,

Line 131: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,

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,
134: manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%type,
135: user_defined_rfq_num_code

Line 133: PO_SYSTEM_PARAMETERS.user_defined_quote_num_code%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,
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,

Line 134: manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%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,
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,

Line 136: PO_SYSTEM_PARAMETERS.user_defined_rfq_num_code%type,

132: user_defined_quote_num_code
133: PO_SYSTEM_PARAMETERS.user_defined_quote_num_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);

Line 137: manual_rfq_num_type PO_SYSTEM_PARAMETERS.manual_rfq_num_type%type,

133: PO_SYSTEM_PARAMETERS.user_defined_quote_num_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:

Line 349: --parameters,Po_system_parameters, receiving options and gl set of books.

345: -- Initialize API return status to success
346: x_return_status := FND_API.G_RET_STS_SUCCESS;
347:
348: --Default all the required default po parameters from the financial system
349: --parameters,Po_system_parameters, receiving options and gl set of books.
350: --Using the procedure po_core_s.get_po_parameters
351: g_progress := '200';
352:
353: IF g_debug_stmt THEN

Line 853: l_current_org PO_SYSTEM_PARAMETERS.org_id%TYPE;

849: ) IS
850: l_rowid VARCHAR2(30);
851: l_po_header_id PO_HEADERS_ALL.po_header_id%TYPE;
852: l_document_num PO_HEADERS_INTERFACE.document_num%TYPE;
853: l_current_org PO_SYSTEM_PARAMETERS.org_id%TYPE;
854: l_org_assign_rec PO_GA_ORG_ASSIGNMENTS%ROWTYPE;
855: l_org_row_id ROWID;
856: l_return_status VARCHAR2(1);
857: l_contract_doc_type VARCHAR2(150);