DBA Data[Home] [Help]

APPS.PO_PDOI_PARAMS dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 36: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,

32: -- Record type to store system parameters
33: TYPE sys_param_rec_type IS RECORD
34: ( currency_code GL_SETS_OF_BOOKS.currency_code%TYPE,
35: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
36: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
37: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,

Line 37: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,

33: TYPE sys_param_rec_type IS RECORD
34: ( currency_code GL_SETS_OF_BOOKS.currency_code%TYPE,
35: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
36: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
37: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,

Line 38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

34: ( currency_code GL_SETS_OF_BOOKS.currency_code%TYPE,
35: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
36: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
37: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
42: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,

Line 39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,

35: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
36: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
37: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
42: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
43: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,

Line 40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,

36: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
37: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
42: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
43: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
44: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,

Line 41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,

37: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
42: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
43: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
44: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,
45: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,

Line 42: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,

38: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
42: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
43: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
44: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,
45: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
46: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,

Line 43: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,

39: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
40: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
41: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
42: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
43: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
44: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,
45: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
46: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,
47: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE,

Line 51: def_inv_org_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,

47: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE,
48: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
49: user_defined_po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
50: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,
51: def_inv_org_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,
52: min_rel_amount PO_SYSTEM_PARAMETERS.min_release_amount%TYPE,
53: def_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%TYPE,
54: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,
55: user_defined_quote_num_code PO_SYSTEM_PARAMETERS.user_defined_quote_num_code%TYPE,

Line 57: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%TYPE,

53: def_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%TYPE,
54: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,
55: user_defined_quote_num_code PO_SYSTEM_PARAMETERS.user_defined_quote_num_code%TYPE,
56: manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE,
57: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%TYPE,
58: qty_rcv_tolerance RCV_PARAMETERS.qty_rcv_tolerance%TYPE,
59: price_break_lookup_code PO_SYSTEM_PARAMETERS.price_break_lookup_code%TYPE,
60: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,
61: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,

Line 73: invoice_match_option FINANCIALS_SYSTEM_PARAMETERS.match_option%TYPE,

69: days_late_receipt RCV_PARAMETERS.days_late_receipt_allowed%TYPE,
70: rcv_days_exception RCV_PARAMETERS.receipt_days_exception_code%TYPE,
71: supplier_auth_acc PO_SYSTEM_PARAMETERS.supplier_authoring_acceptance%TYPE,
72: cat_admin_auth_acc PO_SYSTEM_PARAMETERS.cat_admin_authoring_acceptance%TYPE,
73: invoice_match_option FINANCIALS_SYSTEM_PARAMETERS.match_option%TYPE,
74: when_to_archive_blanket PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
75: when_to_archive_std_po PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
76: def_business_group_id FINANCIALS_SYSTEM_PARAMETERS.business_group_id%TYPE,
77: def_structure_id MTL_CATEGORY_SETS.structure_id%TYPE,

Line 76: def_business_group_id FINANCIALS_SYSTEM_PARAMETERS.business_group_id%TYPE,

72: cat_admin_auth_acc PO_SYSTEM_PARAMETERS.cat_admin_authoring_acceptance%TYPE,
73: invoice_match_option FINANCIALS_SYSTEM_PARAMETERS.match_option%TYPE,
74: when_to_archive_blanket PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
75: when_to_archive_std_po PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
76: def_business_group_id FINANCIALS_SYSTEM_PARAMETERS.business_group_id%TYPE,
77: def_structure_id MTL_CATEGORY_SETS.structure_id%TYPE,
78: def_cat_set_id MTL_CATEGORY_SETS.category_set_id%TYPE,
79: def_category_id MTL_CATEGORY_SETS.default_category_id%TYPE,
80: is_federal_instance VARCHAR2(1),