DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_PVT dependencies on INVIDSCS

Line 669: INVIDSCS.CHECK_CAT_SET_MANDATORY(p_category_set_id,

665: RAISE FND_API.g_EXC_ERROR;
666: ELSE
667: /* Bug 4046670 To check if he item belongs to a functional area for which the category set is mandatory before deletion - Anmurali */
668: /*Raise error if the category set is a mandatory category set for the functional area to which the item belongs */
669: INVIDSCS.CHECK_CAT_SET_MANDATORY(p_category_set_id,
670: FF1, FF2, FF3, FF4, FF5, FF6, FF7, FF8, FF9, FF10, FF11);
671:
672: --FF1 will be Y if category set is a mandatory set for func_area_id = 1
673: --FF2 will be Y if ......... func_area_id = 2...and so on

Line 704: INVIDSCS.GET_ITEM_DEFINING_FLAGS(p_inventory_item_id,

700: FETCH fetch_gdsn_flag INTO gdsn_outbound_enabled_flag;
701: CLOSE fetch_gdsn_flag;
702: --Bug:6485437
703:
704: INVIDSCS.GET_ITEM_DEFINING_FLAGS(p_inventory_item_id,
705: p_organization_id,
706: inv_item_flagg,
707: purch_item_flagg,
708: int_order_flagg,