DBA Data[Home] [Help]

APPS.MSC_GET_GANTT_DATA dependencies on APP_EXCEPTION

Line 1451: when app_exception.record_lock_exception then

1447:
1448: --end LOOP;
1449: return 'OK';
1450: exception
1451: when app_exception.record_lock_exception then
1452: return 'RECORD_LOCK';
1453: END;
1454:
1455: Function firmResource(p_plan_id number,

Line 1604: exception when app_exception.record_lock_exception then

1600: else
1601: return 'OK';
1602: end if;
1603: end if;
1604: exception when app_exception.record_lock_exception then
1605: return 'RECORD_LOCK';
1606: END;
1607:
1608: PROCEDURE fetchAltResource(p_plan_id number,

Line 2883: exception when app_exception.record_lock_exception then

2879: WHERE mrr.plan_id = p_plan_id
2880: and mrr.transaction_id = p_transaction_id
2881: and mrr.sr_instance_id = p_instance_id
2882: for update of mrr.firm_flag nowait;
2883: exception when app_exception.record_lock_exception then
2884: p_return_status := 'ERROR';
2885: p_out := 'RECORD_LOCK';
2886: return;
2887: end;

Line 3671: EXCEPTION WHEN app_exception.record_lock_exception THEN

3667: FROM msc_supplies
3668: WHERE plan_id = p_plan_id
3669: AND transaction_id = p_supply_id
3670: FOR UPDATE OF firm_date NOWAIT;
3671: EXCEPTION WHEN app_exception.record_lock_exception THEN
3672: p_return_status := 'ERROR';
3673: return;
3674: END;
3675: -- now update