DBA Data[Home] [Help]

APPS.PON_AUCTION_INTERFACE_PKG dependencies on FND_DOCUMENT_CATEGORIES

Line 498: v_att_category_id fnd_document_categories.category_id%TYPE;

494: v_has_attachments pon_auction_item_prices_all.attachment_flag%TYPE:= 'N';
495: v_multi_org fnd_product_groups.multi_org_flag%TYPE := 'Y';
496: v_order_type_lookup_code po_line_types_b.order_type_lookup_code%TYPE;
497: v_purchase_basis po_line_types_b.purchase_basis%TYPE;
498: v_att_category_id fnd_document_categories.category_id%TYPE;
499: v_service_based_line VARCHAR2(1);
500: v_from_ip_catalog VARCHAR2(1);
501:
502: v_blanket_po_header_id po_requisition_lines_all.blanket_po_header_id%TYPE;

Line 651: FROM fnd_document_categories

647: v_debug_status := 'ATTACHMENT_CATEGORY_ID';
648: BEGIN
649: SELECT category_id
650: INTO v_att_category_id
651: FROM fnd_document_categories
652: WHERE upper(name) = 'VENDOR';
653: EXCEPTION
654: WHEN no_data_found THEN
655: P_RESULT := error;