DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_CP_DELIVERY_COMMANDS

Line 2240: from fnd_cp_delivery_commands

2236: end if;
2237:
2238: select count(*)
2239: into cnt
2240: from fnd_cp_delivery_commands
2241: where delivery_id = custom_id;
2242:
2243: if (cnt = 0) then
2244: return false;