DBA Data[Home] [Help]

APPS.WF_DDL dependencies on WF_DDL

Line 1: package body WF_DDL as

1: package body WF_DDL as
2: /* $Header: WFDDLB.pls 115.2 2002/10/28 19:06:19 rwunderl noship $ */
3:
4: PROCEDURE DropIndex (IndexName IN VARCHAR2,
5: Owner IN VARCHAR2,

Line 25: WF_CORE.Context('WF_DDL', 'DropIndex', IndexName, Owner);

21:
22: end if;
23:
24: when OTHERS then
25: WF_CORE.Context('WF_DDL', 'DropIndex', IndexName, Owner);
26: raise;
27:
28: end;
29:

Line 51: WF_CORE.Context('WF_DDL', 'TruncateTable', TableName, Owner);

47:
48: end if;
49:
50: when OTHERS then
51: WF_CORE.Context('WF_DDL', 'TruncateTable', TableName, Owner);
52: raise;
53:
54: END;
55:

Line 56: end WF_DDL;

52: raise;
53:
54: END;
55:
56: end WF_DDL;