DBA Data[Home] [Help]

APPS.ASO_PAYMENT_DATA_MIGRATION_PVT dependencies on IBY_CC_SECURITY_PUB

Line 183: and sec.sec_segment_id = IBY_CC_SECURITY_PUB.get_segment_id(pmt.payment_ref_number)

179: --and 'OPERATING_UNIT' = payer.org_type(+)
180: and 'CUSTOMER_PAYMENT' = payer.payment_function(+)
181: and pmt.rowid between p_start_rowid and p_end_rowid
182: and pmt.trxn_extension_id is null
183: and sec.sec_segment_id = IBY_CC_SECURITY_PUB.get_segment_id(pmt.payment_ref_number)
184: and sec.cc_issuer_range_id = range.cc_issuer_range_id (+);
185:
186:
187:

Line 291: l_encryption_enabled := iby_cc_security_pub.encryption_enabled();

287: aso_debug_pub.add('Migrate_Credit_Card_Data: x_batch_size: '|| x_batch_size, 1, 'Y');
288: end if;
289:
290: --Check if 11i cc encryption is enabled or not
291: l_encryption_enabled := iby_cc_security_pub.encryption_enabled();
292:
293: --if aso_debug_pub.g_debug_flag = 'Y' then
294: --aso_debug_pub.add('Migrate_Credit_Card_Data: l_encryption_enabled: '|| l_encryption_enabled, 1, 'Y');
295: --end if;