DBA Data[Home] [Help]

APPS.PA_BILLING dependencies on DUAL

Line 2091: From dual

2087: /* Check whether the customer is associated with any of the top tasks */
2088:
2089: Select 'Y'
2090: Into l_exist_flag
2091: From dual
2092: Where exists ( select null
2093: from pa_tasks
2094: where project_id = p_project_id
2095: and customer_id = p_customer_id