DBA Data[Home] [Help]

APPS.BEN_CMD_BUS dependencies on BEN_CM_DLVRY_MTHD_TYP

Line 111: from ben_cm_dlvry_mthd_typ a

107: l_dummy varchar2(1);
108: --
109: cursor c1 is
110: select null
111: from ben_cm_dlvry_mthd_typ a
112: where a.cm_dlvry_mthd_typ_id = p_cm_dlvry_mthd_typ_id;
113: --
114: Begin
115: --

Line 128: -- check if cm_dlvry_mthd_typ_id value exists in ben_cm_dlvry_mthd_typ table

124: <> nvl(ben_cmd_shd.g_old_rec.cm_dlvry_mthd_typ_id,hr_api.g_number)
125: or not l_api_updating) and
126: p_cm_dlvry_mthd_typ_id is not null then
127: --
128: -- check if cm_dlvry_mthd_typ_id value exists in ben_cm_dlvry_mthd_typ table
129: --
130: open c1;
131: --
132: fetch c1 into l_dummy;

Line 137: -- raise error as FK does not relate to PK in ben_cm_dlvry_mthd_typ

133: if c1%notfound then
134: --
135: close c1;
136: --
137: -- raise error as FK does not relate to PK in ben_cm_dlvry_mthd_typ
138: -- table.
139: --
140: ben_cmd_shd.constraint_error('BEN_CM_DLVRY_MED_TYP_FK3');
141: --