DBA Data[Home] [Help]

APPS.CSM_WF_PKG dependencies on CS_COUNTER_PROPERTIES

Line 3668: p_cs_counter_prop cs_counter_properties%rowtype)

3664: CSM_UTIL_PKG.LOG(l_error_msg, 'CSM_WF_PKG.CS_Counter_Value_Pre_Upd',FND_LOG.LEVEL_EXCEPTION);
3665: END CS_Counter_Value_Pre_Upd;
3666:
3667: Procedure CS_Counter_Property_Post_Ins(p_user_id in number,
3668: p_cs_counter_prop cs_counter_properties%rowtype)
3669: IS
3670: BEGIN
3671: null;
3672: END;

Line 3675: p_cs_counter_prop cs_counter_properties%rowtype)

3671: null;
3672: END;
3673:
3674: Procedure CS_Counter_Property_Pre_Upd(p_user_id in number,
3675: p_cs_counter_prop cs_counter_properties%rowtype)
3676: IS
3677: BEGIN
3678: null;
3679: END;