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.41.12010000.2 2008/09/09 10:53:33 kguggila 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 2129: END HZ_IMP_LOAD_CPT_PKG;

2125: p_msg_level=>fnd_log.level_procedure);
2126: END IF;
2127: END load_contactpoints;
2128:
2129: END HZ_IMP_LOAD_CPT_PKG;