DBA Data[Home] [Help]

APPS.PA_PLAN_RL_FORMATS_PUB dependencies on FND_MSG_PUB

Line 25: FND_MSG_PUB.initialize;

21: BEGIN
22: -- First clear the message stack.
23: IF FND_API.to_boolean( p_init_msg_list )
24: THEN
25: FND_MSG_PUB.initialize;
26: END IF;
27:
28: x_msg_count := 0;
29: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 80: FND_MSG_PUB.initialize;

76: BEGIN
77: -- First clear the message stack.
78: IF FND_API.to_boolean( p_init_msg_list )
79: THEN
80: FND_MSG_PUB.initialize;
81: END IF;
82:
83: X_Plan_RL_Format_Id := SYSTEM.PA_NUM_TBL_TYPE();
84: X_Record_Version_Number := SYSTEM.PA_NUM_TBL_TYPE();

Line 137: FND_MSG_PUB.initialize;

133: BEGIN
134: -- First clear the message stack.
135: IF FND_API.to_boolean( p_init_msg_list )
136: THEN
137: FND_MSG_PUB.initialize;
138: END IF;
139: /***************************************************************
140: * For Loop. To loop through the table of records and
141: * Validate each one of them and Update accordingly.

Line 184: FND_MSG_PUB.initialize;

180: Begin
181: -- First clear the message stack.
182: IF FND_API.to_boolean( p_init_msg_list )
183: THEN
184: FND_MSG_PUB.initialize;
185: END IF;
186: /***************************************************************
187: * For Loop. To loop through the table of records and
188: * Validate each one of them and Update accordingly.