DBA Data[Home] [Help]

APPS.OTA_HR_DELETE dependencies on OTA_FINANCE_HEADERS

Line 69: from ota_finance_headers

65: where position_id = p_position_id;
66: --
67: cursor c_finance_headers1 is
68: select null
69: from ota_finance_headers
70: where organization_id = p_organization_id;
71: --
72: cursor c_skill_provisions is
73: select null

Line 150: fnd_message.set_token('TABLE','OTA_FINANCE_HEADERS');

146: fetch c_finance_headers1 into l_exists;
147: if c_finance_headers1%found then
148: close c_finance_headers1;
149: fnd_message.set_name('OTA','OTA_13547_ORGANIZATION_DELETE');
150: fnd_message.set_token('TABLE','OTA_FINANCE_HEADERS');
151: fnd_message.set_token('COLUMN','ORGANIZATION_ID');
152: fnd_message.raise_error;
153: end if;
154: close c_finance_headers1;