DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_PARTIES_PKG dependencies on HZ_IMP_LOAD_PARTIES_PKG

Line 1: PACKAGE BODY HZ_IMP_LOAD_PARTIES_PKG AS

1: PACKAGE BODY HZ_IMP_LOAD_PARTIES_PKG AS
2: /*$Header: ARHLPTYB.pls 120.55.12020000.2 2012/07/13 06:54:04 vsegu ship $*/
3:
4: g_debug_count NUMBER := 0;
5: --g_debug BOOLEAN := FALSE;

Line 2291: HZ_IMP_LOAD_PARTIES_PKG.validate_desc_flexfield_f(

2287: nvl2(nullif(insert_update_flag, action_flag), null, ''Y'') action_mismatch_error,
2288: nvl2(rent_own_ind, own_rent_l, ''Y'') own_rent_error,
2289: nvl2(created_by_module, createdby_l, ''Y'') createdby_error,
2290: decode(:15, ''Y'',
2291: HZ_IMP_LOAD_PARTIES_PKG.validate_desc_flexfield_f(
2292: attribute_category, attribute1, attribute2, attribute3, attribute4,
2293: attribute5, attribute6, attribute7, attribute8, attribute9,
2294: attribute10, attribute11, attribute12, attribute13, attribute14,
2295: attribute15, attribute16, attribute17, attribute18, attribute19,

Line 9636: END HZ_IMP_LOAD_PARTIES_PKG;

9632:
9633: END load_parties;
9634:
9635:
9636: END HZ_IMP_LOAD_PARTIES_PKG;