DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on MTL_USER_SUPPLY

Line 113: FROM MTL_USER_SUPPLY

109: into l_records_found
110: FROM DUAL
111: WHERE EXISTS
112: (SELECT 1
113: FROM MTL_USER_SUPPLY
114: WHERE SOURCE_TYPE_ID = 4
115: AND SOURCE_ID = arg_wip_entity_id
116: AND ORGANIZATION_ID = arg_org_id);
117:

Line 119: arg_table_name := arg_table_name||' MTL_USER_SUPPLY *';

115: AND SOURCE_ID = arg_wip_entity_id
116: AND ORGANIZATION_ID = arg_org_id);
117:
118: if (l_records_found <> 0) then
119: arg_table_name := arg_table_name||' MTL_USER_SUPPLY *';
120: l_flag := FALSE;
121: end if;
122:
123: l_stmt_num := 370;