DBA Data[Home] [Help]

APPS.MRP_FORECAST_INTERFACE_PK dependencies on FND_MSG_PUB

Line 748: fnd_msg_pub.add;

744: THEN
745: fnd_message.set_name('MRP', 'GEN-INVALID ENTITY');
746: fnd_message.set_token('ENTITY', 'EC_FORECAST_DATE', TRUE);
747: fnd_message.set_token('VALUE', to_char(p_start_date));
748: fnd_msg_pub.add;
749: RAISE FND_API.G_EXC_ERROR;
750: END IF;
751: IF adjust_date(p_end_date, l_new_end_date, 1, p_workday_control,
752: p_organization_id) = FALSE

Line 757: fnd_msg_pub.add;

753: THEN
754: fnd_message.set_name('MRP', 'GEN-INVALID ENTITY');
755: fnd_message.set_token('ENTITY', 'EC_FORECAST_DATE', TRUE);
756: fnd_message.set_token('VALUE', to_char(p_end_date));
757: fnd_msg_pub.add;
758: RAISE FND_API.G_EXC_ERROR;
759: END IF;
760:
761: l_count := mrp_calendar.days_between(p_organization_id,1,

Line 792: FND_MSG_PUB.Count_And_Get

788: x_return_status := FND_API.G_RET_STS_ERROR;
789:
790: -- Get message count and data
791:
792: FND_MSG_PUB.Count_And_Get
793: ( p_count => x_msg_count
794: , p_data => x_msg_data
795: );
796:

Line 803: FND_MSG_PUB.Count_And_Get

799: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
800:
801: -- Get message count and data
802:
803: FND_MSG_PUB.Count_And_Get
804: ( p_count => x_msg_count
805: , p_data => x_msg_data
806: );
807:

Line 812: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

808: WHEN OTHERS THEN
809:
810: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
811:
812: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
813: THEN
814: FND_MSG_PUB.Add_Exc_Msg
815: ( G_PKG_NAME
816: , 'Quantity_Per_Day'

Line 814: FND_MSG_PUB.Add_Exc_Msg

810: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
811:
812: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
813: THEN
814: FND_MSG_PUB.Add_Exc_Msg
815: ( G_PKG_NAME
816: , 'Quantity_Per_Day'
817: );
818: END IF;

Line 822: FND_MSG_PUB.Count_And_Get

818: END IF;
819:
820: -- Get message count and data
821:
822: FND_MSG_PUB.Count_And_Get
823: ( p_count => x_msg_count
824: , p_data => x_msg_data
825: );
826: