DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on PA_OTC_API

Line 611: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'PROJECT',

607:
608: --Check to see if the project has been used in OTL
609: /* Commented for Bug 2726711
610: Modified call to ProjectTaskPurgeable to validate if the project is purgable
611: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'PROJECT',
612: p_search_value => p_project_id,
613: x_used => l_used_in_OTL );*/
614:
615: PA_OTC_API.ProjectTaskPurgeable /* Add for bug 2726711 */

Line 615: PA_OTC_API.ProjectTaskPurgeable /* Add for bug 2726711 */

611: PA_OTC_API.ProjectTaskUsed( p_search_attribute => 'PROJECT',
612: p_search_value => p_project_id,
613: x_used => l_used_in_OTL );*/
614:
615: PA_OTC_API.ProjectTaskPurgeable /* Add for bug 2726711 */
616: (P_Search_Attribute => 'PROJECT',
617: P_Search_Value => p_project_id,
618: X_Purgeable => l_purgeable);
619: