DBA Data[Home] [Help]

APPS.WF_DDL dependencies on WF_CORE

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: