DBA Data[Home] [Help]

APPS.WIP_LOT_NUMBER_DEFAULT dependencies on STANDARD

Line 49: -- For nonstandard job through mass load, it is possible that the

45: AND MSI.INVENTORY_ITEM_ID = P_Item_Id;
46:
47: BEGIN
48:
49: -- For nonstandard job through mass load, it is possible that the
50: -- Item_Id is NULL
51:
52: IF P_Item_Id IS NULL THEN
53: return(NULL);