DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_SYSTEM_PARAMETERS

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

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

Line 99: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%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,
101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,

Line 100: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,

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,
101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,

Line 101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%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,
101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,

Line 102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%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,
101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,

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

99: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
100: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,
101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,
107: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,

Line 104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,

100: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,
101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,
107: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,
108: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,

Line 105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,

101: enforce_buyer_name_flag PO_SYSTEM_PARAMETERS.enforce_buyer_name_flag%TYPE,
102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,

102: enforce_buyer_auth_flag PO_SYSTEM_PARAMETERS.enforce_buyer_authority_flag%TYPE,
103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 107: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,

103: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE := null,
104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 108: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,

104: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
105: po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
106: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%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,

Line 109: security_structure_id PO_SYSTEM_PARAMETERS.security_position_structure_id%TYPE,

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

Line 110: expense_accrual_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,

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

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

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

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

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

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

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

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

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

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

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

Line 127: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,

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

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

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

Line 132: PO_SYSTEM_PARAMETERS.user_defined_rfq_num_code%type,

128: user_defined_quote_num_code
129: PO_SYSTEM_PARAMETERS.user_defined_quote_num_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);

Line 133: manual_rfq_num_type PO_SYSTEM_PARAMETERS.manual_rfq_num_type%type,

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

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

331: -- Initialize API return status to success
332: x_return_status := FND_API.G_RET_STS_SUCCESS;
333:
334: --Default all the required default po parameters from the financial system
335: --parameters,Po_system_parameters, receiving options and gl set of books.
336: --Using the procedure po_core_s.get_po_parameters
337: g_progress := '200';
338:
339: IF g_debug_stmt THEN

Line 839: l_current_org PO_SYSTEM_PARAMETERS.org_id%TYPE;

835: ) IS
836: l_rowid VARCHAR2(30);
837: l_po_header_id PO_HEADERS_ALL.po_header_id%TYPE;
838: l_document_num PO_HEADERS_INTERFACE.document_num%TYPE;
839: l_current_org PO_SYSTEM_PARAMETERS.org_id%TYPE;
840: l_org_assign_rec PO_GA_ORG_ASSIGNMENTS%ROWTYPE;
841: l_org_row_id ROWID;
842: l_return_status VARCHAR2(1);
843: l_contract_doc_type VARCHAR2(150);