DBA Data[Home] [Help]

APPS.CSM_COUNTER_EVENT_PKG dependencies on CSM_CNTR_RELATION_EVENT_PKG

Line 142: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_DEL(p_counter_id,l_user_id);

138: x_return_status=>x_return_status);
139:
140:
141: --R12 DELETING Relationship for the counter & user
142: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_DEL(p_counter_id,l_user_id);
143:
144:
145: END LOOP;
146:

Line 189: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_DEL(p_counter_id,p_user_id);

185: X_RETURN_STATUS => x_return_status
186: );
187:
188: --R12 DELETING Relationship for the counter & user
189: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_DEL(p_counter_id,p_user_id);
190:
191: l_err_msg := 'Leaving CSM_COUNTER_EVENT_PKG.COUNTER_MDIRTY_D' || ' for PK ' || to_char(p_counter_id);
192: CSM_UTIL_PKG.LOG( l_err_msg, 'CSM_COUNTER_EVENT_PKG.COUNTER_MDIRTY_D',FND_LOG.LEVEL_PROCEDURE);
193:

Line 385: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_INS(p_counter_id,r_user_id_rec.user_id);

381: ,P_PK1_NUM_VALUE => p_counter_id
382: ,P_USER_ID => r_user_id_rec.user_id
383: );
384: --R12 Inserting Relationship for each user
385: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_INS(p_counter_id,r_user_id_rec.user_id);
386:
387: --bug 5253769 INSERT COUNTER property for the user
388: CSM_COUNTER_PROPERTY_EVENT_PKG.COUNTER_PROPERTY_INS
389: (P_COUNTER_ID => p_counter_id,

Line 658: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_INS(p_counter_id,p_user_id);

654: ,P_USER_ID => p_user_id
655: );
656:
657: --R12 Inserting Relationship for the counter & user
658: CSM_CNTR_RELATION_EVENT_PKG.COUNTER_RELATION_INS(p_counter_id,p_user_id);
659:
660: --bug 5253769 INSERT COUNTER property for the user
661: CSM_COUNTER_PROPERTY_EVENT_PKG.COUNTER_PROPERTY_INS
662: (P_COUNTER_ID => p_counter_id,