DBA Data[Home] [Help]

APPS.PA_CANDIDATE_PUB dependencies on PA_PROJECT_STUS_UTILS

Line 1143: IF Pa_Project_Stus_Utils.Allow_Status_Change

1139: ELSE
1140: -- Status has changed.
1141:
1142: -- Check if the change of status is allowed
1143: IF Pa_Project_Stus_Utils.Allow_Status_Change
1144: (o_status_code => l_old_status_code,
1145: n_status_code => l_status_code) = 'N'
1146: THEN
1147: -- Status Change is not allowed.

Line 1547: IF Pa_Project_Stus_Utils.Allow_Status_Change

1543: -- Status has changed
1544: -- Check if status can change from l_old_status to p_status.
1545: ELSE
1546: -- if Status Change is not allowed.
1547: IF Pa_Project_Stus_Utils.Allow_Status_Change
1548: (o_status_code => l_old_status_code,
1549: n_status_code => l_status_code) = 'N' THEN
1550: pa_utils.add_message
1551: (p_app_short_name => 'PA',