DBA Data[Home] [Help]

APPS.PQP_SS_VEHICLE_TRANSACTIONS dependencies on HR_MULTI_MESSAGE

Line 2339: hr_multi_message.enable_message_list;

2335: SAVEPOINT pqp_vehicle_proc_start;
2336: BEGIN
2337: hr_utility.set_location('Enter:Set Paramaters' ,10);
2338: SAVEPOINT pqp_vehicle_validate;
2339: hr_multi_message.enable_message_list;
2340: hr_utility.set_location('Entering: enter set vehicle details',5);
2341: l_count:=l_count+1;
2342: l_trans_tbl(l_count).param_name := 'P_LOGIN_PERSON_ID';
2343: l_trans_tbl(l_count).param_value := x_login_person_id;

Line 3202: when hr_multi_message.error_message_exist then

3198: ,p_error_status =>l_error_status
3199: );
3200: hr_utility.set_location('Leaving val_create_vehicle_details:',20);
3201: exception
3202: when hr_multi_message.error_message_exist then
3203: --
3204: -- Catch the Multiple Message List exception which
3205: -- indicates API processing has been aborted because
3206: -- at least one message exists in the list.

Line 3211: x_error_status := hr_multi_message.get_return_status_disable;

3207: --
3208: rollback to savepoint pqp_vehicle_validate;
3209: --
3210: -- Reset IN OUT parameters and set OUT parameters
3211: x_error_status := hr_multi_message.get_return_status_disable;
3212:
3213: hr_utility.set_location(' Leaving:' ,40);
3214: when others then
3215: --

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

3219: -- Multiple Message List. Otherwise re-raise the
3220: -- error.
3221: --
3222: rollback to savepoint pqp_vehicle_validate;
3223: if hr_multi_message.unexpected_error_add('l_proc') then
3224: --raise;
3225: x_error_status := hr_multi_message.get_return_status_disable;
3226: end if;
3227: -- Reset IN OUT parameters and set OUT parameters

Line 3225: x_error_status := hr_multi_message.get_return_status_disable;

3221: --
3222: rollback to savepoint pqp_vehicle_validate;
3223: if hr_multi_message.unexpected_error_add('l_proc') then
3224: --raise;
3225: x_error_status := hr_multi_message.get_return_status_disable;
3226: end if;
3227: -- Reset IN OUT parameters and set OUT parameters
3228:
3229: x_error_status := hr_multi_message.get_return_status_disable;

Line 3229: x_error_status := hr_multi_message.get_return_status_disable;

3225: x_error_status := hr_multi_message.get_return_status_disable;
3226: end if;
3227: -- Reset IN OUT parameters and set OUT parameters
3228:
3229: x_error_status := hr_multi_message.get_return_status_disable;
3230: hr_utility.set_location(' Leaving:' || 'l_proc',50);
3231: --raise;
3232: hr_utility.set_location('Leaving validation :',30);
3233: END;

Line 3348: WHEN hr_multi_message.error_message_exist THEN

3344: itemtype =>x_item_type,
3345: itemkey =>x_item_key,
3346: result =>l_sec_result );
3347: EXCEPTION
3348: WHEN hr_multi_message.error_message_exist THEN
3349: --
3350: -- Catch the Multiple Message List exception which
3351: -- indicates API processing has been aborted because
3352: -- at least one message exists in the list.

Line 3357: x_error_status := hr_multi_message.get_return_status_disable;

3353: --
3354: ROLLBACK TO SAVEPOINT pqp_vehicle_proc_start;
3355: --
3356: -- Reset IN OUT parameters and set OUT parameters
3357: x_error_status := hr_multi_message.get_return_status_disable;
3358:
3359: hr_utility.set_location(' Leaving:' ,40);
3360: WHEN others then
3361: --

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

3365: -- Multiple Message List. Otherwise re-raise the
3366: -- error.
3367: --
3368: ROLLBACK TO SAVEPOINT pqp_vehicle_proc_start;
3369: IF hr_multi_message.unexpected_error_add('l_proc') then
3370: --raise;
3371: x_error_status := hr_multi_message.get_return_status_disable;
3372: END IF;
3373: -- Reset IN OUT parameters and set OUT parameters

Line 3371: x_error_status := hr_multi_message.get_return_status_disable;

3367: --
3368: ROLLBACK TO SAVEPOINT pqp_vehicle_proc_start;
3369: IF hr_multi_message.unexpected_error_add('l_proc') then
3370: --raise;
3371: x_error_status := hr_multi_message.get_return_status_disable;
3372: END IF;
3373: -- Reset IN OUT parameters and set OUT parameters
3374:
3375: x_error_status := hr_multi_message.get_return_status_disable;

Line 3375: x_error_status := hr_multi_message.get_return_status_disable;

3371: x_error_status := hr_multi_message.get_return_status_disable;
3372: END IF;
3373: -- Reset IN OUT parameters and set OUT parameters
3374:
3375: x_error_status := hr_multi_message.get_return_status_disable;
3376: hr_utility.set_location(' Leaving:' || 'l_proc',50);
3377: --raise;
3378:
3379: