DBA Data[Home] [Help]

APPS.JTF_RS_CONC_GRP_DENORM_PUB dependencies on JTF_RS_GROUP_DENORM_PVT

Line 57: JTF_RS_GROUP_DENORM_PVT.INSERT_GROUPS

53: SAVEPOINT CONC_GROUP_SP;
54:
55: IF l_grp.operation_flag = 'I' THEN
56:
57: JTF_RS_GROUP_DENORM_PVT.INSERT_GROUPS
58: ( P_API_VERSION => 1.0,
59: P_INIT_MSG_LIST => l_init_msg_list,
60: P_COMMIT => 'F',
61: P_GROUP_ID => l_grp.group_id,

Line 82: -- JTF_RS_GROUP_DENORM_PVT.INSERT_GROUPS api (called above)

78:
79:
80: --call to insert records in jtf_rs_rep_managers
81: -- commented out on 04/25/2001 because now rep_managers will now be populated by
82: -- JTF_RS_GROUP_DENORM_PVT.INSERT_GROUPS api (called above)
83:
84: /* JTF_RS_REP_MGR_DENORM_PVT.INSERT_GRP_RELATIONS
85: ( P_API_VERSION => 1.0,
86: P_INIT_MSG_LIST => l_init_msg_list,

Line 110: JTF_RS_GROUP_DENORM_PVT.UPDATE_GROUPS

106: END IF;
107:
108: IF l_grp.operation_flag = 'U' THEN
109:
110: JTF_RS_GROUP_DENORM_PVT.UPDATE_GROUPS
111: ( P_API_VERSION => 1.0,
112: P_INIT_MSG_LIST => l_init_msg_list,
113: P_COMMIT => 'F',
114: P_GROUP_ID => l_grp.group_id,

Line 134: JTF_RS_GROUP_DENORM_PVT.DELETE_GRP_RELATIONS

130: END IF;
131:
132: IF l_grp.operation_flag = 'D' THEN
133:
134: JTF_RS_GROUP_DENORM_PVT.DELETE_GRP_RELATIONS
135: ( P_API_VERSION => 1.0,
136: P_INIT_MSG_LIST => l_init_msg_list,
137: P_COMMIT => 'F',
138: P_group_relate_id => l_grp.group_relate_id,