DBA Data[Home] [Help]

APPS.HZ_DSS_GROUPS_PUB dependencies on HZ_DSS_GROUPS_PKG

Line 284: HZ_DSS_GROUPS_PKG.Insert_Row (

280: END IF;
281:
282:
283: -- Call the low level table handler
284: HZ_DSS_GROUPS_PKG.Insert_Row (
285: x_rowid => row_id ,
286: x_dss_group_code => p_dss_group.dss_group_code,
287: x_rank => rank ,
288: x_status => nvl(p_dss_group.status,'A'),

Line 560: HZ_DSS_GROUPS_PKG.Update_Row (

556:
557: END IF;
558:
559: -- Call the low level table handler
560: HZ_DSS_GROUPS_PKG.Update_Row (
561: x_rowid => l_rowid ,
562: x_rank => rank ,
563: x_status => p_dss_group.status,
564: x_dss_group_name => p_dss_group.dss_group_name,