DBA Data[Home] [Help]

APPS.CSM_SYSTEM_ITEM_EVENT_PKG dependencies on CSM_PROFILE_PKG

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

1045: 'CSM_SYSTEM_ITEM_EVENT_PKG.get_new_user_system_items',FND_LOG.LEVEL_PROCEDURE);
1046:
1047: g_pub_item := 'CSF_M_SYSTEM_ITEMS';
1048: l_current_run_date := SYSDATE;
1049: l_organization_id := csm_profile_pkg.get_organization_id(p_user_id);
1050:
1051: -- process inserts
1052: OPEN l_systemitems_ins_csr (p_organization_id=>l_organization_id, p_user_id=>p_user_id);
1053: LOOP