DBA Data[Home] [Help]

APPS.ENI_DENORM_HRCHY dependencies on ENI_UPD_ASSGN

Line 1653: ENI_UPD_ASSGN.UPDATE_ASSGN_FLAG(

1649: -- if there is item assignment change for Product category set, then
1650: -- update the item assignments flag in de-norm table
1651: IF (p_category_set_id = g_catset_id
1652: AND NVL(p_old_category_id, -1) <> NVL(p_new_category_id, -1)) THEN
1653: ENI_UPD_ASSGN.UPDATE_ASSGN_FLAG(
1654: p_new_category_id => p_new_category_id,
1655: p_old_category_id => p_old_category_id,
1656: x_return_status => l_return_status,
1657: x_msg_count => l_msg_count,