DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG4 dependencies on CSD_GENERIC_ERRMSGS_PKG

Line 129: APPS.CSD_GENERIC_ERRMSGS_PKG.INSERT_ROW(PX_GENERIC_ERRMSGS_ID => l_generic_errmsgs_id,

125: parameter. Without re initialization it would retain the value from last call and
126: would cause the unique constraint violation error.
127: */
128: l_generic_errmsgs_id :=NULL;
129: APPS.CSD_GENERIC_ERRMSGS_PKG.INSERT_ROW(PX_GENERIC_ERRMSGS_ID => l_generic_errmsgs_id,
130: P_MODULE_CODE => 'SN',
131: --P_SOURCE_ENTITY_ID1 => sn_errors_arr(j).repair_line_id,
132: P_SOURCE_ENTITY_ID1 => repair_line_id_arr(j),
133: --P_SOURCE_ENTITY_ID2 => sn_errors_arr(j).mass_ro_sn_id,