DBA Data[Home] [Help]

APPS.POS_ANON_PKG dependencies on ICX_CALL

Line 290: x_enc_session_id := icx_call.encrypt3(p_raw_session_id);

286: x_responsibility_id OUT NOCOPY VARCHAR2)
287: IS
288: l_has_resp NUMBER;
289: BEGIN
290: x_enc_session_id := icx_call.encrypt3(p_raw_session_id);
291: x_enc_transaction_id := icx_call.encrypt3(p_raw_transaction_id);
292: fnd_profile.get(
293: name => 'APPS_DATABASE_ID',
294: val => x_dbc_name);

Line 291: x_enc_transaction_id := icx_call.encrypt3(p_raw_transaction_id);

287: IS
288: l_has_resp NUMBER;
289: BEGIN
290: x_enc_session_id := icx_call.encrypt3(p_raw_session_id);
291: x_enc_transaction_id := icx_call.encrypt3(p_raw_transaction_id);
292: fnd_profile.get(
293: name => 'APPS_DATABASE_ID',
294: val => x_dbc_name);
295: IF x_dbc_name IS NULL