DBA Data[Home] [Help]

APPS.OE_EXTERNAL_CREDIT_PUB dependencies on OE_EXTERNAL_CREDIT_PVT

Line 88: -- Call the OE_External_Credit_PVT.Check_External_Credit_PVT to

84: OE_MSG_PUB.Initialize;
85: END IF;
86: -- Initialize API return status to success
87: x_return_status := FND_API.G_RET_STS_SUCCESS;
88: -- Call the OE_External_Credit_PVT.Check_External_Credit_PVT to
89: -- perform credit checking.
90: OE_External_Credit_PVT.Check_External_Credit (
91: p_api_version => p_api_version
92: , p_init_msg_list => p_init_msg_list

Line 90: OE_External_Credit_PVT.Check_External_Credit (

86: -- Initialize API return status to success
87: x_return_status := FND_API.G_RET_STS_SUCCESS;
88: -- Call the OE_External_Credit_PVT.Check_External_Credit_PVT to
89: -- perform credit checking.
90: OE_External_Credit_PVT.Check_External_Credit (
91: p_api_version => p_api_version
92: , p_init_msg_list => p_init_msg_list
93: , x_return_status => x_return_status
94: , x_msg_count => x_msg_count