DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_CONTACT_ROLE_PKG dependencies on HZ_IMP_TMP_ERRORS

Line 78: insert into hz_imp_tmp_errors

74: dup_val_exp_val := 'B';
75: END IF;
76: END IF;
77:
78: insert into hz_imp_tmp_errors
79: (
80: request_id,
81: batch_id,
82: int_row_id,

Line 233: into hz_imp_tmp_errors (

229: 1,
230: nvl(nullif(created_by_module, :p_gmiss_char), ''HZ_IMPORT''),
231: ''A'')
232: else
233: into hz_imp_tmp_errors (
234: created_by,
235: creation_date,
236: last_updated_by,
237: last_update_date,