DBA Data[Home] [Help]

APPS.JTF_RS_CONC_REPMGR_PUB dependencies on JTF_RS_CHGD_ROLE_RELATIONS

Line 137: FROM JTF_RS_CHGD_ROLE_RELATIONS

133: CURSOR c_get_role IS
134: SELECT role_relate_id,
135: operation_flag,
136: rowid row_id
137: FROM JTF_RS_CHGD_ROLE_RELATIONS
138: ORDER BY creation_date ;
139: -- FOR UPDATE OF role_relate_id;
140:
141: BEGIN

Line 216: DELETE FROM JTF_RS_CHGD_ROLE_RELATIONS

212: END IF;
213:
214: -- After sucessful completion delete the row
215:
216: DELETE FROM JTF_RS_CHGD_ROLE_RELATIONS
217: --WHERE CURRENT OF c_get_role ;
218: WHERE role_relate_id = l_role.role_relate_id
219: AND rowid = l_role.row_id ;
220: