DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on APP_EXCEPTION

Line 5616: when app_exception.record_lock_exception then

5612:
5613: p_return_status := 'OK';
5614: p_out := '';
5615: exception
5616: when app_exception.record_lock_exception then
5617: p_return_status := 'ERROR';
5618: p_out := 'RECORD_LOCK';
5619: end loadAltResource;
5620:

Line 5641: when app_exception.record_lock_exception then

5637: put_line(' lockReqInstNGetData out');
5638: exception
5639: when no_data_found then
5640: null;
5641: when app_exception.record_lock_exception then
5642: p_return_status := 'ERROR';
5643: p_out := 'RECORD_LOCK';
5644: end lockReqInstNGetData;
5645:

Line 5685: when app_exception.record_lock_exception then

5681: put_line(' lockReqNGetData out');
5682: exception
5683: when no_data_found then
5684: null;
5685: when app_exception.record_lock_exception then
5686: p_return_status := 'ERROR';
5687: p_out := 'RECORD_LOCK';
5688: end lockReqNGetData;
5689:

Line 5723: when app_exception.record_lock_exception then

5719: p_out := 'REQ_IS_FIRMED';
5720: end if;
5721:
5722: exception
5723: when app_exception.record_lock_exception then
5724: p_return_status := 'ERROR';
5725: p_out := 'RECORD_LOCK';
5726: return;
5727: end;

Line 5803: when app_exception.record_lock_exception then

5799: p_out := 'REQ_IS_FIRMED';
5800: end if;
5801:
5802: exception
5803: when app_exception.record_lock_exception then
5804: p_return_status := 'ERROR';
5805: p_out := 'RECORD_LOCK';
5806: return;
5807: end;

Line 5871: when app_exception.record_lock_exception then

5867: and mrr.sr_instance_id = p_inst_id
5868: and mrr.group_sequence_id = p_group_sequence_id
5869: for update of mrr.resource_id nowait;
5870: exception
5871: when app_exception.record_lock_exception then
5872: p_return_status := 'ERROR';
5873: p_out := 'RECORD_LOCK';
5874: return;
5875: end;

Line 7818: when app_exception.record_lock_exception then

7814: where plan_id = p_plan_id
7815: and transaction_id = p_supply_id
7816: for update of firm_date nowait;
7817: exception
7818: when app_exception.record_lock_exception then
7819: p_return_status := 'ERROR';
7820: return;
7821: end;
7822: