DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CST_COST_TYPES

Line 1663: FROM cst_cost_types cct

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