DBA Data[Home] [Help]

APPS.HZ_DSS_GROUPS_PUB dependencies on HZ_DSS_CRITERIA_PKG

Line 720: HZ_DSS_CRITERIA_PKG.Insert_Row (

716: END IF;
717:
718:
719: -- Call the low level table handler
720: HZ_DSS_CRITERIA_PKG.Insert_Row (
721: x_rowid => row_id,
722: x_secured_item_id => x_secured_item_id,
723: x_status => nvl(p_dss_secured_module.status,'A'),
724: x_dss_group_code => p_dss_secured_module.dss_group_code,

Line 884: HZ_DSS_CRITERIA_PKG.Update_Row (

880: */
881:
882:
883: -- Call the low level table handler
884: HZ_DSS_CRITERIA_PKG.Update_Row (
885: x_rowid => l_rowid,
886: x_status => p_dss_secured_module.status,
887: x_dss_group_code => p_dss_secured_module.dss_group_code,
888: x_owner_table_name => 'AR_LOOKUPS',

Line 1030: HZ_DSS_CRITERIA_PKG.Insert_Row (

1026: END IF;
1027:
1028:
1029: -- Call the low level table handler
1030: HZ_DSS_CRITERIA_PKG.Insert_Row (
1031: x_rowid => row_id,
1032: x_secured_item_id => x_secured_item_id,
1033: x_status => nvl(p_dss_secured_criterion.status,'A'),
1034: x_dss_group_code => p_dss_secured_criterion.dss_group_code,

Line 1191: HZ_DSS_CRITERIA_PKG.Update_Row (

1187:
1188: x_object_version_number := nvl(l_object_version_number, 1) + 1;
1189:
1190: -- Call the low level table handler
1191: HZ_DSS_CRITERIA_PKG.Update_Row (
1192: x_rowid => l_rowid,
1193: x_status => p_dss_secured_criterion.status,
1194: x_dss_group_code => p_dss_secured_criterion.dss_group_code,
1195: x_owner_table_name => p_dss_secured_criterion.owner_table_name,

Line 1370: HZ_DSS_CRITERIA_PKG.Insert_Row (

1366: END IF;
1367:
1368:
1369: -- Call the low level table handler
1370: HZ_DSS_CRITERIA_PKG.Insert_Row (
1371: x_rowid => row_id,
1372: x_secured_item_id => x_secured_item_id,
1373: x_status => nvl(p_dss_secured_class.status,'A'),
1374: x_dss_group_code => p_dss_secured_class.dss_group_code,

Line 1537: HZ_DSS_CRITERIA_PKG.Update_Row (

1533: END IF;
1534: END IF;
1535:
1536: -- Call the low level table handler
1537: HZ_DSS_CRITERIA_PKG.Update_Row (
1538: x_rowid => l_rowid,
1539: x_status => p_dss_secured_class.status,
1540: x_dss_group_code => p_dss_secured_class.dss_group_code,
1541: x_owner_table_name => 'AR_LOOKUPS',

Line 1703: HZ_DSS_CRITERIA_PKG.Insert_Row (

1699: END IF;
1700:
1701:
1702: -- Call the low level table handler
1703: HZ_DSS_CRITERIA_PKG.Insert_Row (
1704: x_rowid => row_id,
1705: x_secured_item_id => x_secured_item_id,
1706: x_status => nvl(p_dss_secured_rel_type.status,'A'),
1707: x_dss_group_code => p_dss_secured_rel_type.dss_group_code,

Line 1858: HZ_DSS_CRITERIA_PKG.Update_Row (

1854: END IF;
1855:
1856:
1857: -- Call the low level table handler
1858: HZ_DSS_CRITERIA_PKG.Update_Row (
1859: x_rowid => l_rowid,
1860: x_status => p_dss_secured_rel_type.status,
1861: x_dss_group_code => p_dss_secured_rel_type.dss_group_code,
1862: x_owner_table_name => 'HZ_RELATIONSHIP_TYPES',