DBA Data[Home] [Help]

APPS.CSF_UTIL_PVT dependencies on CSF_RESOURCE_PUB

Line 321: * @deprecated Use CSF_RESOURCE_PUB.GET_RES_QUALIFIER_TABLE

317: * (Deprecated) Retained because Service Team is still using it.
318: * Returns the Qualifier Table having the list of valid Qualifiers
319: * based on the Task Information of the given Task ID.
320: *
321: * @deprecated Use CSF_RESOURCE_PUB.GET_RES_QUALIFIER_TABLE
322: */
323: FUNCTION get_qualifier_table ( p_task_id NUMBER )
324: RETURN csf_resource_pub.resource_qualifier_tbl_type;
325:

Line 324: RETURN csf_resource_pub.resource_qualifier_tbl_type;

320: *
321: * @deprecated Use CSF_RESOURCE_PUB.GET_RES_QUALIFIER_TABLE
322: */
323: FUNCTION get_qualifier_table ( p_task_id NUMBER )
324: RETURN csf_resource_pub.resource_qualifier_tbl_type;
325:
326: /**
327: * Returns the WHERE CLAUSE of the given Query ID properly augmented
328: * with Owner Restrictions if Owner Restriction is Enabled for the Current User