DBA Data[Home] [Help]

APPS.FND_DELIVERY dependencies on FND_CP_DELIVERY_COMMANDS

Line 295: from fnd_cp_delivery_commands

291: end if;
292:
293: select count(*)
294: into cnt
295: from fnd_cp_delivery_commands
296: where delivery_id = custom_id;
297:
298: if (cnt = 0) then
299: return false;