DBA Data[Home] [Help]

APPS.HZ_DSS_SETUP_PUB dependencies on HZ_DSS_ENTITIES_PKG

Line 132: HZ_DSS_ENTITIES_PKG.Insert_Row (

128: END IF;
129: END IF;
130:
131: -- Call the low level table handler default status to A
132: HZ_DSS_ENTITIES_PKG.Insert_Row (
133: x_rowid => row_id,
134: x_entity_id => x_entity_id,
135: x_status => nvl(p_dss_entity_profile.status,'A') ,
136: x_object_id => p_dss_entity_profile.object_id,

Line 329: HZ_DSS_ENTITIES_PKG.Update_Row (

325: END IF;
326:
327:
328: -- Call the low level table handler
329: HZ_DSS_ENTITIES_PKG.Update_Row (
330: x_rowid => l_rowid,
331: x_status => p_dss_entity_profile.status,
332: x_object_id => p_dss_entity_profile.object_id,
333: x_instance_set_id => p_dss_entity_profile.instance_set_id,