DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on APP_EXCEPTION

Line 5611: when app_exception.record_lock_exception then

5607:
5608: p_return_status := 'OK';
5609: p_out := '';
5610: exception
5611: when app_exception.record_lock_exception then
5612: p_return_status := 'ERROR';
5613: p_out := 'RECORD_LOCK';
5614: end loadAltResource;
5615:

Line 5636: when app_exception.record_lock_exception then

5632: put_line(' lockReqInstNGetData out');
5633: exception
5634: when no_data_found then
5635: null;
5636: when app_exception.record_lock_exception then
5637: p_return_status := 'ERROR';
5638: p_out := 'RECORD_LOCK';
5639: end lockReqInstNGetData;
5640:

Line 5680: when app_exception.record_lock_exception then

5676: put_line(' lockReqNGetData out');
5677: exception
5678: when no_data_found then
5679: null;
5680: when app_exception.record_lock_exception then
5681: p_return_status := 'ERROR';
5682: p_out := 'RECORD_LOCK';
5683: end lockReqNGetData;
5684:

Line 5718: when app_exception.record_lock_exception then

5714: p_out := 'REQ_IS_FIRMED';
5715: end if;
5716:
5717: exception
5718: when app_exception.record_lock_exception then
5719: p_return_status := 'ERROR';
5720: p_out := 'RECORD_LOCK';
5721: return;
5722: end;

Line 5798: when app_exception.record_lock_exception then

5794: p_out := 'REQ_IS_FIRMED';
5795: end if;
5796:
5797: exception
5798: when app_exception.record_lock_exception then
5799: p_return_status := 'ERROR';
5800: p_out := 'RECORD_LOCK';
5801: return;
5802: end;

Line 5866: when app_exception.record_lock_exception then

5862: and mrr.sr_instance_id = p_inst_id
5863: and mrr.group_sequence_id = p_group_sequence_id
5864: for update of mrr.resource_id nowait;
5865: exception
5866: when app_exception.record_lock_exception then
5867: p_return_status := 'ERROR';
5868: p_out := 'RECORD_LOCK';
5869: return;
5870: end;

Line 7813: when app_exception.record_lock_exception then

7809: where plan_id = p_plan_id
7810: and transaction_id = p_supply_id
7811: for update of firm_date nowait;
7812: exception
7813: when app_exception.record_lock_exception then
7814: p_return_status := 'ERROR';
7815: return;
7816: end;
7817: