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 1966: -- Insert the line into RA_INTERFACE_DISTRIBUTIONS_ALL

1962: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
1963: RAISE FND_API.g_exc_unexpected_error;
1964: END IF;
1965:
1966: -- Insert the line into RA_INTERFACE_DISTRIBUTIONS_ALL
1967: Insert_Int_Distributions(l_int_distributions_rec,
1968: x_return_status);
1969: IF x_return_status = FND_API.g_ret_sts_error THEN
1970: RAISE FND_API.g_exc_error;