DBA Data[Home] [Help]

APPS.OZF_AR_INTERFACE_PVT dependencies on RA_INTERFACE_DISTRIBUTIONS_ALL

Line 300: INSERT INTO RA_INTERFACE_DISTRIBUTIONS_ALL

296: ( p_int_distributions_rec IN RA_Int_Distributions_Rec_Type
297: ,x_return_status OUT NOCOPY VARCHAR2
298: ) IS
299: BEGIN
300: INSERT INTO RA_INTERFACE_DISTRIBUTIONS_ALL
301: (
302: INTERFACE_DISTRIBUTION_ID,
303: INTERFACE_LINE_ID,
304: INTERFACE_LINE_CONTEXT,

Line 1975: -- Insert the line into RA_INTERFACE_DISTRIBUTIONS_ALL

1971: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
1972: RAISE FND_API.g_exc_unexpected_error;
1973: END IF;
1974:
1975: -- Insert the line into RA_INTERFACE_DISTRIBUTIONS_ALL
1976: Insert_Int_Distributions(l_int_distributions_rec,
1977: x_return_status);
1978: IF x_return_status = FND_API.g_ret_sts_error THEN
1979: RAISE FND_API.g_exc_error;