DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PARAMS dependencies on MTL_CATEGORY_SETS

Line 55: def_structure_id MTL_CATEGORY_SETS.structure_id%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 */
59: budgetary_control_flag varchar2(1),

Line 56: def_cat_set_id MTL_CATEGORY_SETS.category_set_id%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 */
59: budgetary_control_flag varchar2(1),
60: user_defined_req_num_code po_system_parameters.user_defined_req_num_code%type,

Line 57: def_category_id MTL_CATEGORY_SETS.default_category_id%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 */
59: budgetary_control_flag varchar2(1),
60: user_defined_req_num_code po_system_parameters.user_defined_req_num_code%type,
61: rfq_required_flag varchar2(1),