DBA Data[Home] [Help]

APPS.CSM_CLIENT_NFN_LOG_PKG dependencies on CSM_CLIENT_NFN_LOG_INQ

Line 32: FROM csm_client_nfn_log_inq

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

Line 193: --delete csm_client_nfn_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;

189: FND_LOG.LEVEL_ERROR );
190: RETURN ;
191: END IF;
192:
193: --delete csm_client_nfn_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;
194: -- success
195: x_return_status := FND_API.G_RET_STS_SUCCESS;
196: COMMIT;
197:

Line 312: -- delete csm_client_nfn_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;

308: RAISE NO_DATA_FOUND;
309: END IF;
310:
311: -- success
312: -- delete csm_client_nfn_log_inq where clid$$cs = l_user_name and notification_id = l_notification_id;
313: x_return_status := FND_API.G_RET_STS_SUCCESS;
314:
315: EXCEPTION
316: