DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PVT dependencies on JTF_OBJECT_PURGE_PARAM_TMP

Line 4625: jtf_object_purge_param_tmp

4621: (
4622: SELECT /*+ no_unnest no_semijoin cardinality(10) */
4623: object_id
4624: FROM
4625: jtf_object_purge_param_tmp
4626: WHERE
4627: processing_set_id = p_processing_set_id
4628: AND object_type = 'SR'
4629: AND NVL(purge_status, 'S') = 'S'