DBA Data[Home] [Help]

APPS.CSM_SYSTEM_ITEM_EVENT_PKG dependencies on CSM_PROFILE_PKG

Line 1198: l_organization_id := csm_profile_pkg.get_organization_id(p_user_id);

1194: 'CSM_SYSTEM_ITEM_EVENT_PKG.get_new_user_system_items',FND_LOG.LEVEL_PROCEDURE);
1195:
1196: g_pub_item := 'CSF_M_SYSTEM_ITEMS';
1197: l_current_run_date := SYSDATE;
1198: l_organization_id := csm_profile_pkg.get_organization_id(p_user_id);
1199:
1200:
1201: -- Check for already created user with same organization_id
1202: OPEN l_prev_user_csr(p_user_id, l_organization_id);