DBA Data[Home] [Help]

APPS.BISM_CORE dependencies on BISM_CONSTANTS

Line 298: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;

294: --OK, now check the privilege
295: ret := bism_access_control.check_del_access(null,fid,'n',null,myid);
296: exception
297: when no_data_found then
298: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;
299: return null;
300: end;
301:
302: begin

Line 332: status :=BISM_CONSTANTS.IS_OBJECT;

328: ids(i) := tempid;
329: end loop;
330: select sysdate into current_time from dual;
331: end;
332: status :=BISM_CONSTANTS.IS_OBJECT;
333: return oid;
334: else -- type is 100 , i.e it's a folder !
335: -- dont delete if it is a folder and return its object_id
336: status :=BISM_CONSTANTS.IS_FOLDER;

Line 336: status :=BISM_CONSTANTS.IS_FOLDER;

332: status :=BISM_CONSTANTS.IS_OBJECT;
333: return oid;
334: else -- type is 100 , i.e it's a folder !
335: -- dont delete if it is a folder and return its object_id
336: status :=BISM_CONSTANTS.IS_FOLDER;
337: return oid;
338: end if;
339: -- do commit from jdbc
340: else

Line 342: status := BISM_CONSTANTS.INSUFFICIENT_PRIVILEGES;

338: end if;
339: -- do commit from jdbc
340: else
341: select object_name into foldername from bism_objects where object_id = fid;
342: status := BISM_CONSTANTS.INSUFFICIENT_PRIVILEGES;
343: return null;
344: end if;
345: exception
346: when no_data_found then

Line 347: status := BISM_CONSTANTS.DATA_NOT_FOUND;

343: return null;
344: end if;
345: exception
346: when no_data_found then
347: status := BISM_CONSTANTS.DATA_NOT_FOUND;
348: -- object does not exist, but we need to populate ids so that rebind
349: -- can come back to bind the object
350:
351:

Line 388: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;

384: --OK, now check the privilege
385: ret := bism_access_control.check_del_access(null,fid,'n',null,myid);
386: exception
387: when no_data_found then
388: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;
389: return null;
390: end;
391:
392: begin

Line 423: status :=BISM_CONSTANTS.IS_OBJECT;

419: ids := ids || tempid;
420: end loop;
421: select sysdate into current_time from dual;
422: end;
423: status :=BISM_CONSTANTS.IS_OBJECT;
424: return oid;
425: else -- type is 100 , i.e it's a folder !
426: -- dont delete if it is a folder and return its object_id
427: status :=BISM_CONSTANTS.IS_FOLDER;

Line 427: status :=BISM_CONSTANTS.IS_FOLDER;

423: status :=BISM_CONSTANTS.IS_OBJECT;
424: return oid;
425: else -- type is 100 , i.e it's a folder !
426: -- dont delete if it is a folder and return its object_id
427: status :=BISM_CONSTANTS.IS_FOLDER;
428: return oid;
429: end if;
430: -- do commit from jdbc
431: else

Line 433: status := BISM_CONSTANTS.INSUFFICIENT_PRIVILEGES;

429: end if;
430: -- do commit from jdbc
431: else
432: select object_name into foldername from bism_objects where object_id = fid;
433: status := BISM_CONSTANTS.INSUFFICIENT_PRIVILEGES;
434: return null;
435: end if;
436: exception
437: when no_data_found then

Line 438: status := BISM_CONSTANTS.DATA_NOT_FOUND;

434: return null;
435: end if;
436: exception
437: when no_data_found then
438: status := BISM_CONSTANTS.DATA_NOT_FOUND;
439: -- object does not exist, but we need to populate ids so that rebind
440: -- can come back to bind the object
441:
442:

Line 507: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;

503: begin
504: lookup_folder_wo_security(fid,folder_path,parentid,myid,pos);
505: exception
506: when others then
507: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;
508: return null;
509: end;
510: end if;
511:

Line 540: status :=BISM_CONSTANTS.IS_OBJECT;

536: ids(i) := tempid;
537: end loop;
538: select sysdate into current_time from dual;
539:
540: status :=BISM_CONSTANTS.IS_OBJECT;
541: return oid;
542: else -- type is 100 , i.e it's a folder !
543: -- dont delete if it is a folder and return its object_id
544: status :=BISM_CONSTANTS.IS_FOLDER;

Line 544: status :=BISM_CONSTANTS.IS_FOLDER;

540: status :=BISM_CONSTANTS.IS_OBJECT;
541: return oid;
542: else -- type is 100 , i.e it's a folder !
543: -- dont delete if it is a folder and return its object_id
544: status :=BISM_CONSTANTS.IS_FOLDER;
545: return oid;
546: end if;
547: exception
548: when no_data_found then

Line 549: status := BISM_CONSTANTS.DATA_NOT_FOUND;

545: return oid;
546: end if;
547: exception
548: when no_data_found then
549: status := BISM_CONSTANTS.DATA_NOT_FOUND;
550: -- object does not exist, but we need to populate ids so that rebind
551: -- can come back to bind the object
552:
553: begin

Line 584: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;

580: begin
581: lookup_folder_wo_security(fid,folder_path,parentid,myid,pos);
582: exception
583: when others then
584: status := BISM_CONSTANTS.PARENT_FOLDER_NOT_FOUND;
585: return null;
586: end;
587: end if;
588:

Line 618: status :=BISM_CONSTANTS.IS_OBJECT;

614: ids := ids || tempid;
615: end loop;
616: select sysdate into current_time from dual;
617:
618: status :=BISM_CONSTANTS.IS_OBJECT;
619: return oid;
620: else -- type is 100 , i.e it's a folder !
621: -- dont delete if it is a folder and return its object_id
622: status :=BISM_CONSTANTS.IS_FOLDER;

Line 622: status :=BISM_CONSTANTS.IS_FOLDER;

618: status :=BISM_CONSTANTS.IS_OBJECT;
619: return oid;
620: else -- type is 100 , i.e it's a folder !
621: -- dont delete if it is a folder and return its object_id
622: status :=BISM_CONSTANTS.IS_FOLDER;
623: return oid;
624: end if;
625: exception
626: when no_data_found then

Line 627: status := BISM_CONSTANTS.DATA_NOT_FOUND;

623: return oid;
624: end if;
625: exception
626: when no_data_found then
627: status := BISM_CONSTANTS.DATA_NOT_FOUND;
628: -- object does not exist, but we need to populate ids so that rebind
629: -- can come back to bind the object
630:
631: begin

Line 659: status := BISM_CONSTANTS.OK;

655: insufficient_privileges EXCEPTION;
656: PRAGMA EXCEPTION_INIT(insufficient_privileges, -20400);
657: begin
658: -- I am not check for status any more
659: status := BISM_CONSTANTS.OK;
660:
661: -- callerid = 0 represents rename java function
662: -- callerid = 1 represents modiAttributes java function
663:

Line 768: status := BISM_CONSTANTS.DATA_NOT_FOUND;

764: return ret;
765: end if;
766: exception
767: when no_data_found then
768: status := BISM_CONSTANTS.DATA_NOT_FOUND;
769: raise_application_error(BISM_ERRORCODES.OBJECT_NOT_FOUND,'Object not found');
770: end;
771: end check_modify_attrs_access;
772: