DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on RCV_INSERT_FROM_INL

Line 2031: l_ship_lines_table RCV_INSERT_FROM_INL.rti_rec_table:= RCV_INSERT_FROM_INL.rti_rec_table();

2027: x_return_status OUT NOCOPY VARCHAR2)
2028: IS
2029: l_proc_name CONSTANT VARCHAR2(30) := 'Call_InsertRCV';
2030: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
2031: l_ship_lines_table RCV_INSERT_FROM_INL.rti_rec_table:= RCV_INSERT_FROM_INL.rti_rec_table();
2032: BEGIN
2033:
2034: -- Initialize return status to success
2035: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2098: p_debug_info => 'Before call RCV_INSERT_FROM_INL.insert_rcv_tables'

2094:
2095: INL_LOGGING_PVT.Log_Statement (
2096: p_module_name => g_module_name,
2097: p_procedure_name => l_proc_name,
2098: p_debug_info => 'Before call RCV_INSERT_FROM_INL.insert_rcv_tables'
2099: );
2100:
2101: RCV_INSERT_FROM_INL.insert_rcv_tables(
2102: p_int_rec => l_ship_lines_table,

Line 2101: RCV_INSERT_FROM_INL.insert_rcv_tables(

2097: p_procedure_name => l_proc_name,
2098: p_debug_info => 'Before call RCV_INSERT_FROM_INL.insert_rcv_tables'
2099: );
2100:
2101: RCV_INSERT_FROM_INL.insert_rcv_tables(
2102: p_int_rec => l_ship_lines_table,
2103: p_ship_header_id => p_ship_header_id
2104: );
2105:

Line 2109: p_debug_info => 'After call RCV_INSERT_FROM_INL.insert_rcv_tables'

2105:
2106: INL_LOGGING_PVT.Log_Statement (
2107: p_module_name => g_module_name,
2108: p_procedure_name => l_proc_name,
2109: p_debug_info => 'After call RCV_INSERT_FROM_INL.insert_rcv_tables'
2110: );
2111: END IF;
2112:
2113: -- Standard End of Procedure/Function Logging