DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on INV_LABEL_PVT5

Line 3516: trace('calling inv_label_pvt5 with lpn_id ' || v_child_lpn.lpn_id);

3512: l_label_type_child_lpn.default_no_of_copies := p_label_type_info.default_no_of_copies;
3513:
3514: FOR v_child_lpn IN c_child_lpns(l_lpn_id) LOOP
3515: IF l_debug = 1 THEN
3516: trace('calling inv_label_pvt5 with lpn_id ' || v_child_lpn.lpn_id);
3517: END IF;
3518: INV_LABEL_PVT5.get_variable_data(
3519: x_variable_content => l_child_lpn_summary
3520: , x_msg_count => l_msg_count

Line 3518: INV_LABEL_PVT5.get_variable_data(

3514: FOR v_child_lpn IN c_child_lpns(l_lpn_id) LOOP
3515: IF l_debug = 1 THEN
3516: trace('calling inv_label_pvt5 with lpn_id ' || v_child_lpn.lpn_id);
3517: END IF;
3518: INV_LABEL_PVT5.get_variable_data(
3519: x_variable_content => l_child_lpn_summary
3520: , x_msg_count => l_msg_count
3521: , x_msg_data => l_msg_data
3522: , x_return_status => l_return_status