DBA Data[Home] [Help]

APPS.IEU_WORK_PROVIDER_PUB dependencies on FND_MSG_PUB

Line 42: fnd_msg_pub.delete_msg();

38: from ieu_wp_action_maps a, ieu_uwq_sel_enumerators b
39: where b.sel_enum_id = r_enumId
40: and a.action_map_code = b.enum_type_uuid;
41: begin
42: fnd_msg_pub.delete_msg();
43: x_return_status := fnd_api.g_ret_sts_success;
44: FND_MSG_PUB.initialize;
45: x_msg_data := '';
46: --DBMS_OUTPUT.Put_Line('before cursor loop');

Line 44: FND_MSG_PUB.initialize;

40: and a.action_map_code = b.enum_type_uuid;
41: begin
42: fnd_msg_pub.delete_msg();
43: x_return_status := fnd_api.g_ret_sts_success;
44: FND_MSG_PUB.initialize;
45: x_msg_data := '';
46: --DBMS_OUTPUT.Put_Line('before cursor loop');
47: -- find enumId, applicationId, and panel for
48: -- given a sel_enum_id