DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_RELATE_PVT dependencies on JTF_RS_GROUP_DENORM_PVT

Line 585: JTF_RS_GROUP_DENORM_PVT.INSERT_GROUPS

581: end;
582:
583: ELSE
584:
585: JTF_RS_GROUP_DENORM_PVT.INSERT_GROUPS
586: ( P_API_VERSION => 1.0,
587: P_INIT_MSG_LIST => p_init_msg_list,
588: P_COMMIT => null,
589: P_GROUP_ID => l_group_id,

Line 1565: JTF_RS_GROUP_DENORM_PVT.UPDATE_GROUPS

1561: RAISE fnd_api.g_exc_unexpected_error;
1562:
1563: end;
1564: ELSE
1565: JTF_RS_GROUP_DENORM_PVT.UPDATE_GROUPS
1566: ( P_API_VERSION => 1.0,
1567: P_INIT_MSG_LIST => p_init_msg_list,
1568: P_COMMIT => null,
1569: P_GROUP_ID => l_group_id,

Line 2119: /* JTF_RS_GROUP_DENORM_PVT.DELETE_GROUPS

2115: RAISE fnd_api.g_exc_unexpected_error;
2116:
2117: end;
2118: ELSE
2119: /* JTF_RS_GROUP_DENORM_PVT.DELETE_GROUPS
2120: ( P_API_VERSION => 1.0,
2121: P_INIT_MSG_LIST => p_init_msg_list,
2122: P_COMMIT => null,
2123: P_GROUP_ID => grp_rel_rec.group_id,

Line 2128: JTF_RS_GROUP_DENORM_PVT.DELETE_GRP_RELATIONS

2124: X_RETURN_STATUS => l_return_status,
2125: X_MSG_COUNT => l_msg_count,
2126: X_MSG_DATA => l_msg_data); */
2127:
2128: JTF_RS_GROUP_DENORM_PVT.DELETE_GRP_RELATIONS
2129: ( P_API_VERSION => 1.0,
2130: P_INIT_MSG_LIST => p_init_msg_list,
2131: P_COMMIT => null,
2132: P_group_relate_id => p_group_relate_id,