DBA Data[Home] [Help]

APPS.PA_PROJECT_CHECK_PVT dependencies on DUAL

Line 3078: From dual;

3074: PA_INTERFACE_UTILS_PUB.G_PA_MISS_DATE)
3075: ,PA_INTERFACE_UTILS_PUB.G_PA_MISS_DATE,
3076: SYSDATE-1,p_start_date-1)
3077: Into v_end_date
3078: From dual;
3079: END IF;
3080: /*Added the OR condition in the below statement for the bug 2846478*/
3081: IF l_current_project_man_rec.scheduled_flag ='N' OR l_current_project_man_rec.scheduled_flag IS NULL
3082: THEN