DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_CPT_PKG dependencies on HZ_IMP_LOAD_CPT_PKG

Line 1: PACKAGE BODY HZ_IMP_LOAD_CPT_PKG AS

1: PACKAGE BODY HZ_IMP_LOAD_CPT_PKG AS
2: /* $Header: ARHLCPTB.pls 120.43 2011/09/22 08:22:58 vsegu ship $ */
3:
4:
5: g_debug_count NUMBER := 0;

Line 868: HZ_IMP_LOAD_CPT_PKG.validate_desc_flexfield_f(

864: primary_flag, contact_point_id,
865: --party_id,
866: nvl2(nullif(insert_update_flag, action_flag), null, ''Y'') action_mismatch_error,
867: decode(:l_val_flex, ''Y'',
868: HZ_IMP_LOAD_CPT_PKG.validate_desc_flexfield_f(
869: attribute_category, attribute1, attribute2, attribute3, attribute4,
870: attribute5, attribute6, attribute7, attribute8, attribute9,
871: attribute10, attribute11, attribute12, attribute13, attribute14,
872: attribute15, attribute16, attribute17, attribute18, attribute19,

Line 2150: END HZ_IMP_LOAD_CPT_PKG;

2146: p_msg_level=>fnd_log.level_procedure);
2147: END IF;
2148: END load_contactpoints;
2149:
2150: END HZ_IMP_LOAD_CPT_PKG;