DBA Data[Home] [Help]

APPS.GCS_ADJ_APPROVAL_WF_PKG dependencies on FND_MSG_PUB

Line 189: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

185: BuildErrorMsg(l_api_name, p_item_type, p_item_key, p_act_id);
186: raise;
187:
188: when others then
189: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
190: BuildErrorMsg(l_api_name, p_item_type, p_item_key, p_act_id);
191: raise;
192:
193: end Fch_Check_approvals;

Line 594: FND_MSG_PUB.Initialize;

590:
591: BEGIN
592:
593: -- Initialize API message list
594: FND_MSG_PUB.Initialize;
595:
596: l_application_id := G_FCH_APPLICATION_ID;
597:
598: l_debug_info := 'Calling Get Next Approvers ' || p_item_key ;

Line 741: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

737: BuildErrorMsg(l_api_name, p_item_type, p_item_key, p_act_id);
738: raise;
739:
740: when others then
741: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);
742: BuildErrorMsg(l_api_name, p_item_type, p_item_key, p_act_id);
743: raise;
744:
745: END Get_Next_Approver;

Line 1163: -- in the FND_MSG_PUB message stack.

1159: -- BuildErrorMsg
1160: --
1161: -- DESCRIPTION
1162: -- Builds the Workflow Error Message by checking if there are any errors
1163: -- in the FND_MSG_PUB message stack.
1164: --
1165: -- IN
1166: -- p_api_name - The PL/SQL Procedure or Function name.
1167: -- p_item_type - The workflow item type (FEMAPPR)

Line 1186: FND_MSG_PUB.Count_And_Get(

1182: l_msg_data t_msg_data%TYPE;
1183:
1184: BEGIN
1185:
1186: FND_MSG_PUB.Count_And_Get(
1187: p_count => l_msg_count
1188: ,p_data => l_msg_data
1189: );
1190:

Line 1193: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_FIRST);

1189: );
1190:
1191: if (l_msg_count > 1) then
1192:
1193: l_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_FIRST);
1194:
1195: end if;
1196:
1197: WF_CORE.Context(