DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on INV_LABEL_PVT5

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

4523: l_label_type_child_lpn.default_no_of_copies := p_label_type_info.default_no_of_copies;
4524:
4525: FOR v_child_lpn IN c_child_lpns(l_lpn_id) LOOP
4526: IF l_debug = 1 THEN
4527: trace('calling inv_label_pvt5 with lpn_id ' || v_child_lpn.lpn_id);
4528: END IF;
4529: INV_LABEL_PVT5.get_variable_data(
4530: x_variable_content => l_child_lpn_summary
4531: , x_msg_count => l_msg_count

Line 4529: INV_LABEL_PVT5.get_variable_data(

4525: FOR v_child_lpn IN c_child_lpns(l_lpn_id) LOOP
4526: IF l_debug = 1 THEN
4527: trace('calling inv_label_pvt5 with lpn_id ' || v_child_lpn.lpn_id);
4528: END IF;
4529: INV_LABEL_PVT5.get_variable_data(
4530: x_variable_content => l_child_lpn_summary
4531: , x_msg_count => l_msg_count
4532: , x_msg_data => l_msg_data
4533: , x_return_status => l_return_status