DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on RCV_INSERT_FROM_INL

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

1521: x_return_status OUT NOCOPY VARCHAR2)
1522: IS
1523: l_proc_name CONSTANT VARCHAR2(30) := 'Call_InsertRCV';
1524: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1525: l_ship_lines_table RCV_INSERT_FROM_INL.rti_rec_table:= RCV_INSERT_FROM_INL.rti_rec_table();
1526: BEGIN
1527:
1528: -- Initialize return status to success
1529: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1577: p_debug_info => 'Before call RCV_INSERT_FROM_INL.insert_rcv_tables');

1573: IF l_ship_lines_table.FIRST IS NOT NULL THEN
1574:
1575: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1576: p_procedure_name => l_proc_name,
1577: p_debug_info => 'Before call RCV_INSERT_FROM_INL.insert_rcv_tables');
1578:
1579: RCV_INSERT_FROM_INL.insert_rcv_tables(p_int_rec => l_ship_lines_table,
1580: p_ship_header_id => p_ship_header_id);
1581:

Line 1579: RCV_INSERT_FROM_INL.insert_rcv_tables(p_int_rec => l_ship_lines_table,

1575: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1576: p_procedure_name => l_proc_name,
1577: p_debug_info => 'Before call RCV_INSERT_FROM_INL.insert_rcv_tables');
1578:
1579: RCV_INSERT_FROM_INL.insert_rcv_tables(p_int_rec => l_ship_lines_table,
1580: p_ship_header_id => p_ship_header_id);
1581:
1582: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1583: p_procedure_name => l_proc_name,

Line 1584: p_debug_info => 'After call RCV_INSERT_FROM_INL.insert_rcv_tables');

1580: p_ship_header_id => p_ship_header_id);
1581:
1582: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1583: p_procedure_name => l_proc_name,
1584: p_debug_info => 'After call RCV_INSERT_FROM_INL.insert_rcv_tables');
1585: END IF;
1586:
1587: -- Standard End of Procedure/Function Logging
1588: INL_logging_pvt.Log_EndProc (p_module_name => g_module_name,