DBA Data[Home] [Help]

APPS.PQP_SS_VEHICLE_TRANSACTIONS dependencies on HR_MULTI_MESSAGE

Line 2361: hr_multi_message.enable_message_list;

2357: SAVEPOINT pqp_vehicle_proc_start;
2358: BEGIN
2359: hr_utility.set_location('Enter:Set Paramaters' ,10);
2360: SAVEPOINT pqp_vehicle_validate;
2361: hr_multi_message.enable_message_list;
2362: hr_utility.set_location('Entering: enter set vehicle details',5);
2363: l_count:=l_count+1;
2364: l_trans_tbl(l_count).param_name := 'P_LOGIN_PERSON_ID';
2365: l_trans_tbl(l_count).param_value := x_login_person_id;

Line 3227: when hr_multi_message.error_message_exist then

3223: );
3224: END IF;
3225: hr_utility.set_location('Leaving val_create_vehicle_details:',20);
3226: exception
3227: when hr_multi_message.error_message_exist then
3228: --
3229: -- Catch the Multiple Message List exception which
3230: -- indicates API processing has been aborted because
3231: -- at least one message exists in the list.

Line 3236: x_error_status := hr_multi_message.get_return_status_disable;

3232: --
3233: rollback to savepoint pqp_vehicle_validate;
3234: --
3235: -- Reset IN OUT parameters and set OUT parameters
3236: x_error_status := hr_multi_message.get_return_status_disable;
3237:
3238: hr_utility.set_location(' Leaving:' ,40);
3239: when others then
3240: --

Line 3248: if hr_multi_message.unexpected_error_add('l_proc') then

3244: -- Multiple Message List. Otherwise re-raise the
3245: -- error.
3246: --
3247: rollback to savepoint pqp_vehicle_validate;
3248: if hr_multi_message.unexpected_error_add('l_proc') then
3249: --raise;
3250: x_error_status := hr_multi_message.get_return_status_disable;
3251: end if;
3252: -- Reset IN OUT parameters and set OUT parameters

Line 3250: x_error_status := hr_multi_message.get_return_status_disable;

3246: --
3247: rollback to savepoint pqp_vehicle_validate;
3248: if hr_multi_message.unexpected_error_add('l_proc') then
3249: --raise;
3250: x_error_status := hr_multi_message.get_return_status_disable;
3251: end if;
3252: -- Reset IN OUT parameters and set OUT parameters
3253:
3254: x_error_status := hr_multi_message.get_return_status_disable;

Line 3254: x_error_status := hr_multi_message.get_return_status_disable;

3250: x_error_status := hr_multi_message.get_return_status_disable;
3251: end if;
3252: -- Reset IN OUT parameters and set OUT parameters
3253:
3254: x_error_status := hr_multi_message.get_return_status_disable;
3255: hr_utility.set_location(' Leaving:' || 'l_proc',50);
3256: --raise;
3257: hr_utility.set_location('Leaving validation :',30);
3258: END;

Line 3373: WHEN hr_multi_message.error_message_exist THEN

3369: itemtype =>x_item_type,
3370: itemkey =>x_item_key,
3371: result =>l_sec_result );
3372: EXCEPTION
3373: WHEN hr_multi_message.error_message_exist THEN
3374: --
3375: -- Catch the Multiple Message List exception which
3376: -- indicates API processing has been aborted because
3377: -- at least one message exists in the list.

Line 3382: x_error_status := hr_multi_message.get_return_status_disable;

3378: --
3379: ROLLBACK TO SAVEPOINT pqp_vehicle_proc_start;
3380: --
3381: -- Reset IN OUT parameters and set OUT parameters
3382: x_error_status := hr_multi_message.get_return_status_disable;
3383:
3384: hr_utility.set_location(' Leaving:' ,40);
3385: WHEN others then
3386: --

Line 3394: IF hr_multi_message.unexpected_error_add('l_proc') then

3390: -- Multiple Message List. Otherwise re-raise the
3391: -- error.
3392: --
3393: ROLLBACK TO SAVEPOINT pqp_vehicle_proc_start;
3394: IF hr_multi_message.unexpected_error_add('l_proc') then
3395: --raise;
3396: x_error_status := hr_multi_message.get_return_status_disable;
3397: END IF;
3398: -- Reset IN OUT parameters and set OUT parameters

Line 3396: x_error_status := hr_multi_message.get_return_status_disable;

3392: --
3393: ROLLBACK TO SAVEPOINT pqp_vehicle_proc_start;
3394: IF hr_multi_message.unexpected_error_add('l_proc') then
3395: --raise;
3396: x_error_status := hr_multi_message.get_return_status_disable;
3397: END IF;
3398: -- Reset IN OUT parameters and set OUT parameters
3399:
3400: x_error_status := hr_multi_message.get_return_status_disable;

Line 3400: x_error_status := hr_multi_message.get_return_status_disable;

3396: x_error_status := hr_multi_message.get_return_status_disable;
3397: END IF;
3398: -- Reset IN OUT parameters and set OUT parameters
3399:
3400: x_error_status := hr_multi_message.get_return_status_disable;
3401: hr_utility.set_location(' Leaving:' || 'l_proc',50);
3402: --raise;
3403:
3404: