DBA Data[Home] [Help]

APPS.CSM_WF_PKG dependencies on CS_COUNTER_PROPERTIES

Line 3698: p_cs_counter_prop cs_counter_properties%rowtype)

3694: CSM_UTIL_PKG.LOG(l_error_msg, 'CSM_WF_PKG.CS_Counter_Value_Pre_Upd',FND_LOG.LEVEL_EXCEPTION);
3695: END CS_Counter_Value_Pre_Upd;
3696:
3697: Procedure CS_Counter_Property_Post_Ins(p_user_id in number,
3698: p_cs_counter_prop cs_counter_properties%rowtype)
3699: IS
3700: BEGIN
3701: null;
3702: END;

Line 3705: p_cs_counter_prop cs_counter_properties%rowtype)

3701: null;
3702: END;
3703:
3704: Procedure CS_Counter_Property_Pre_Upd(p_user_id in number,
3705: p_cs_counter_prop cs_counter_properties%rowtype)
3706: IS
3707: BEGIN
3708: null;
3709: END;