DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PARAMS dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 9: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,

5: -- Record type to store system parameters
6: TYPE sys_param_rec_type IS RECORD
7: ( currency_code GL_SETS_OF_BOOKS.currency_code%TYPE,
8: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
9: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
10: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,

Line 10: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,

6: TYPE sys_param_rec_type IS RECORD
7: ( currency_code GL_SETS_OF_BOOKS.currency_code%TYPE,
8: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
9: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
10: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,

Line 11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,

7: ( currency_code GL_SETS_OF_BOOKS.currency_code%TYPE,
8: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
9: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
10: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
15: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,

Line 12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,

8: coa_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE,
9: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
10: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
15: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
16: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,

Line 13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,

9: po_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_flag%TYPE,
10: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
15: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
16: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
17: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,

Line 14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,

10: req_encumbrance_flag FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_flag%TYPE,
11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
15: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
16: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
17: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,
18: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,

Line 15: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,

11: sob_id FINANCIALS_SYSTEM_PARAMETERS.set_of_books_id%TYPE,
12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
15: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
16: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
17: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,
18: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
19: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,

Line 16: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,

12: ship_to_location_id FINANCIALS_SYSTEM_PARAMETERS.ship_to_location_id%TYPE,
13: bill_to_location_id FINANCIALS_SYSTEM_PARAMETERS.bill_to_location_id%TYPE,
14: fob_lookup_code FINANCIALS_SYSTEM_PARAMETERS.fob_lookup_code%TYPE,
15: freight_terms_lookup_code FINANCIALS_SYSTEM_PARAMETERS.freight_terms_lookup_code%TYPE,
16: terms_id FINANCIALS_SYSTEM_PARAMETERS.terms_id%TYPE,
17: default_rate_type PO_SYSTEM_PARAMETERS.default_rate_type%TYPE,
18: taxable_flag PO_SYSTEM_PARAMETERS.taxable_flag%TYPE,
19: receiving_flag PO_SYSTEM_PARAMETERS.receiving_flag%TYPE,
20: enforce_buyer_name_flag varchar2(1),

Line 26: def_inv_org_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,

22: line_type_id PO_SYSTEM_PARAMETERS.line_type_id%TYPE,
23: manual_po_num_type PO_SYSTEM_PARAMETERS.manual_po_num_type%TYPE,
24: user_defined_po_num_code PO_SYSTEM_PARAMETERS.user_defined_po_num_code%TYPE,
25: price_type_lookup_code PO_SYSTEM_PARAMETERS.price_type_lookup_code%TYPE,
26: def_inv_org_id FINANCIALS_SYSTEM_PARAMETERS.inventory_organization_id%TYPE,
27: rev_sort_ordering NUMBER ,
28: min_rel_amount PO_SYSTEM_PARAMETERS.min_release_amount%TYPE,
29: notify_blanket_flag varchar2(1),
30: def_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%TYPE,

Line 34: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%TYPE,

30: def_quote_warning_delay PO_SYSTEM_PARAMETERS.default_quote_warning_delay%TYPE,
31: inspection_required_flag PO_SYSTEM_PARAMETERS.inspection_required_flag%TYPE,
32: user_defined_quote_num_code PO_SYSTEM_PARAMETERS.user_defined_quote_num_code%TYPE,
33: manual_quote_num_type PO_SYSTEM_PARAMETERS.manual_quote_num_type%TYPE,
34: ship_via_lookup_code FINANCIALS_SYSTEM_PARAMETERS.ship_via_lookup_code%TYPE,
35: qty_rcv_tolerance RCV_PARAMETERS.qty_rcv_tolerance%TYPE,
36: price_break_lookup_code PO_SYSTEM_PARAMETERS.price_break_lookup_code%TYPE,
37: invoice_close_tolerance PO_SYSTEM_PARAMETERS.invoice_close_tolerance%TYPE,
38: receive_close_tolerance PO_SYSTEM_PARAMETERS.receive_close_tolerance%TYPE,

Line 51: invoice_match_option FINANCIALS_SYSTEM_PARAMETERS.match_option%TYPE,

47: days_late_receipt RCV_PARAMETERS.days_late_receipt_allowed%TYPE,
48: rcv_days_exception RCV_PARAMETERS.receipt_days_exception_code%TYPE,
49: supplier_auth_acc PO_SYSTEM_PARAMETERS.supplier_authoring_acceptance%TYPE,
50: cat_admin_auth_acc PO_SYSTEM_PARAMETERS.cat_admin_authoring_acceptance%TYPE,
51: invoice_match_option FINANCIALS_SYSTEM_PARAMETERS.match_option%TYPE,
52: when_to_archive_blanket PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
53: when_to_archive_std_po PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
54: def_business_group_id FINANCIALS_SYSTEM_PARAMETERS.business_group_id%TYPE,
55: def_structure_id MTL_CATEGORY_SETS.structure_id%TYPE,

Line 54: def_business_group_id FINANCIALS_SYSTEM_PARAMETERS.business_group_id%TYPE,

50: cat_admin_auth_acc PO_SYSTEM_PARAMETERS.cat_admin_authoring_acceptance%TYPE,
51: invoice_match_option FINANCIALS_SYSTEM_PARAMETERS.match_option%TYPE,
52: when_to_archive_blanket PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
53: when_to_archive_std_po PO_DOCUMENT_TYPES.archive_external_revision_code%TYPE,
54: def_business_group_id FINANCIALS_SYSTEM_PARAMETERS.business_group_id%TYPE,
55: def_structure_id MTL_CATEGORY_SETS.structure_id%TYPE,
56: def_cat_set_id MTL_CATEGORY_SETS.category_set_id%TYPE,
57: def_category_id MTL_CATEGORY_SETS.default_category_id%TYPE,
58: acceptance_required_flag PO_SYSTEM_PARAMETERS.acceptance_required_flag%TYPE, /* Bug 7518967 : Default Acceptance Required Check ER */