DBA Data[Home] [Help]

APPS.IGS_AD_IMP_007 dependencies on IGS_GE_NUMBER

Line 1271: IGS_GE_NUMBER.TO_CANN(pe_health_rec.interface_immu_dtls_id) ||

1267: l_label := 'igs.plsql.igs_ad_imp_007.prc_pe_immu_dtls.exception: '|| l_error_code;
1268:
1269: l_debug_str := 'IGS_AD_IMP_007.PRC_PE_IMMU_DTLS'
1270: || 'INTERFACE_IMMU_DTLS_ID : ' ||
1271: IGS_GE_NUMBER.TO_CANN(pe_health_rec.interface_immu_dtls_id) ||
1272: 'Status : ' || l_status || 'ErrorCode : ' || l_error_code || SQLERRM;
1273:
1274: fnd_log.string_with_context( fnd_log.level_exception,
1275: l_label,

Line 2065: ||IGS_GE_NUMBER.TO_CANN(p_api_rec.Interface_api_Id)

2061:
2062: l_debug_str := 'Igs_Ad_Imp_007.PRC_PE_ID_TYPES.validate_api '
2063: ||'Validation Failed '
2064: ||'Interface_Api_Id:'
2065: ||IGS_GE_NUMBER.TO_CANN(p_api_rec.Interface_api_Id)
2066: ||' Status:3 '
2067: ||'Error Code:'||l_error_code||' ' || SQLERRM;
2068:
2069: fnd_log.string_with_context( fnd_log.level_exception,

Line 3565: || 'Batch Id : ' || IGS_GE_NUMBER.TO_CANN(p_batch_id)|| ' SQLERRM: ' || SQLERRM;

3561:
3562: l_debug_str := 'Igs_Ad_Imp_007.prc_pe_int_dtls Unhandled Exception'
3563: || ' Source Id : '
3564: || (p_source_type_id)
3565: || 'Batch Id : ' || IGS_GE_NUMBER.TO_CANN(p_batch_id)|| ' SQLERRM: ' || SQLERRM;
3566:
3567: fnd_log.string_with_context( fnd_log.level_exception,
3568: l_label,
3569: l_debug_str, NULL,