DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_PVT dependencies on INVIDSCS

Line 679: INVIDSCS.CHECK_CAT_SET_MANDATORY(p_category_set_id,

675: RAISE FND_API.g_EXC_ERROR;
676: ELSE
677: /* Bug 4046670 To check if he item belongs to a functional area for which the category set is mandatory before deletion - Anmurali */
678: /*Raise error if the category set is a mandatory category set for the functional area to which the item belongs */
679: INVIDSCS.CHECK_CAT_SET_MANDATORY(p_category_set_id,
680: FF1, FF2, FF3, FF4, FF5, FF6, FF7, FF8, FF9, FF10, FF11);
681:
682: --FF1 will be Y if category set is a mandatory set for func_area_id = 1
683: --FF2 will be Y if ......... func_area_id = 2...and so on

Line 714: INVIDSCS.GET_ITEM_DEFINING_FLAGS(p_inventory_item_id,

710: FETCH fetch_gdsn_flag INTO gdsn_outbound_enabled_flag;
711: CLOSE fetch_gdsn_flag;
712: --Bug:6485437
713:
714: INVIDSCS.GET_ITEM_DEFINING_FLAGS(p_inventory_item_id,
715: p_organization_id,
716: inv_item_flagg,
717: purch_item_flagg,
718: int_order_flagg,