DBA Data[Home] [Help]

APPS.ENI_DENORM_HRCHY dependencies on ENI_UPD_ASSGN

Line 1624: ENI_UPD_ASSGN.UPDATE_ASSGN_FLAG(

1620: -- if there is item assignment change for Product category set, then
1621: -- update the item assignments flag in de-norm table
1622: IF (p_category_set_id = g_catset_id
1623: AND NVL(p_old_category_id, -1) <> NVL(p_new_category_id, -1)) THEN
1624: ENI_UPD_ASSGN.UPDATE_ASSGN_FLAG(
1625: p_new_category_id => p_new_category_id,
1626: p_old_category_id => p_old_category_id,
1627: x_return_status => l_return_status,
1628: x_msg_count => l_msg_count,