DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PVT dependencies on JTF_OBJECT_PURGE_PARAM_TMP

Line 4522: jtf_object_purge_param_tmp

4518: (
4519: SELECT /*+ no_unnest no_semijoin cardinality(10) */
4520: object_id
4521: FROM
4522: jtf_object_purge_param_tmp
4523: WHERE
4524: processing_set_id = p_processing_set_id
4525: AND object_type = 'SR'
4526: AND NVL(purge_status, 'S') = 'S'