DBA Data[Home] [Help]

APPS.PV_MSG_PUB dependencies on FND_MSG_PUB

Line 17: -- this variable is global to the FND_MSG_PUB package only.

13: TYPE Msg_Tbl_Type IS TABLE OF VARCHAR2(2000)
14: INDEX BY BINARY_INTEGER;
15:
16: -- Global message table variable.
17: -- this variable is global to the FND_MSG_PUB package only.
18:
19: G_msg_tbl Msg_Tbl_Type;
20:
21: -- Global variable holding the message count.

Line 296: FND_MSG_PUB.Add_Exc_Msg

292: ELSE
293:
294: -- Invalid mode.
295:
296: FND_MSG_PUB.Add_Exc_Msg
297: ( p_pkg_name => G_PKG_NAME ,
298: p_procedure_name => l_procedure_name ,
299: p_error_text => 'Invalid p_mode: '||p_mode
300: );