DBA Data[Home] [Help]

APPS.FTP_TP_PKG dependencies on FEM_PL_CHAINS

Line 2443: select count(*) into l_chain_count from fem_pl_chains

2439:
2440: BEGIN
2441:
2442: -- Check if the object id exists in pl chains table
2443: select count(*) into l_chain_count from fem_pl_chains
2444: where source_created_by_object_id = p_object_id;
2445:
2446: IF (l_chain_count > 0) THEN
2447: x_exec_lock_exists := 'T';