DBA Data[Home] [Help]

APPS.XLA_CMP_CREATE_PKG dependencies on STANDARD

Line 19: | 22-JAN-2004 K.Boussema Changed to call the standards APPS_ARRAY_DDL |

15: | |
16: | HISTORY |
17: | 25-JUN-2002 K.Boussema Created |
18: | 22-APR-2003 K.Boussema Included error messages |
19: | 22-JAN-2004 K.Boussema Changed to call the standards APPS_ARRAY_DDL |
20: | and APPS_DDL to create PL/SQL packages |
21: | 23-FEB-2004 K.Boussema Made changes for the FND_LOG. |
22: | 22-MAR-2004 K.Boussema Added a parameter p_module to the TRACE calls|
23: | and the procedure. |

Line 1162: l_msg_mode := G_STANDARD_MESSAGE;

1158: END IF;
1159:
1160: IF p_msg_mode IS NULL
1161: THEN
1162: l_msg_mode := G_STANDARD_MESSAGE;
1163: ELSE
1164: l_msg_mode := p_msg_mode;
1165: END IF;
1166: