DBA Data[Home] [Help]

APPS.CSM_AUTO_SYNC_LOG_PKG dependencies on CSM_AUTO_SYNC_LOG_INQ

Line 31: FROM csm_auto_sync_log_inq

27:
28:
29: CURSOR c_auto_sync_log_inq( b_user_name VARCHAR2, b_tranid NUMBER) IS
30: SELECT *
31: FROM csm_auto_sync_log_inq
32: WHERE tranid$$ = b_tranid
33: AND clid$$cs = b_user_name;
34:
35: -----------------------------------------------------------------------------------------------------------

Line 200: -- delete csm_auto_sync_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;

196:
197:
198:
199: -- success
200: -- delete csm_auto_sync_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;
201: x_return_status := FND_API.G_RET_STS_SUCCESS;
202: COMMIT;
203:
204: EXCEPTION

Line 320: -- delete csm_auto_sync_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;

316: END IF;
317:
318:
319: -- success
320: -- delete csm_auto_sync_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;
321: x_return_status := FND_API.G_RET_STS_SUCCESS;
322:
323: EXCEPTION
324: