DBA Data[Home] [Help]

APPS.PO_PDOI_PARAMS dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 35: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,

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

Line 36: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,

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

Line 37: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

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

Line 38: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,

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

Line 39: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,

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

Line 40: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,

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

Line 41: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,

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

Line 42: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,

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

Line 50: def_inv_org_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,

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

Line 56: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%TYPE,

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

Line 72: invoice_match_option FINANCIALS_SYSTEM_PARAMETERS.match_option%TYPE,

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

Line 75: def_business_group_id FINANCIALS_SYSTEM_PARAMETERS.business_group_id%TYPE,

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