DBA Data[Home] [Help]

APPS.PA_CANDIDATE_PUB dependencies on PA_PROJECT_STUS_UTILS

Line 1016: IF Pa_Project_Stus_Utils.Allow_Status_Change

1012: ELSE
1013: -- Status has changed.
1014:
1015: -- Check if the change of status is allowed
1016: IF Pa_Project_Stus_Utils.Allow_Status_Change
1017: (o_status_code => l_old_status_code,
1018: n_status_code => l_status_code) = 'N'
1019: THEN
1020: -- Status Change is not allowed.

Line 1346: IF Pa_Project_Stus_Utils.Allow_Status_Change

1342: -- Status has changed
1343: -- Check if status can change from l_old_status to p_status.
1344: ELSE
1345: -- if Status Change is not allowed.
1346: IF Pa_Project_Stus_Utils.Allow_Status_Change
1347: (o_status_code => l_old_status_code,
1348: n_status_code => l_status_code) = 'N' THEN
1349: pa_utils.add_message
1350: (p_app_short_name => 'PA',