DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CST_COST_TYPES

Line 1661: FROM cst_cost_types cct

1657: END IF;
1658:
1659: SELECT count(1)
1660: INTO l_count
1661: FROM cst_cost_types cct
1662: WHERE cct.cost_type_id = p_cost_type_id
1663: AND cct.organization_id IS NULL
1664: AND cct.allow_updates_flag = 2
1665: AND trunc(nvl(cct.disable_date, SYSDATE+1)) > trunc(SYSDATE);