DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_UTILS dependencies on PA_PROJECT_CUSTOMERS

Line 410: from pa_project_customers

406: RETURN NUMBER
407: IS
408: CURSOR get_addr IS
409: select min(ship_to_address_id) address_id, count('1') count
410: from pa_project_customers
411: where project_id = p_proj_id;
412: temp_addr get_addr%ROWTYPE;
413:
414: BEGIN