DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on INV_LABEL_PVT9

Line 668: INV_LABEL_PVT9.get_variable_data(

664: END;
665:
666: ELSIF p_label_type_info.label_type_id = 9 THEN
667: BEGIN
668: INV_LABEL_PVT9.get_variable_data(
669: x_variable_content => x_variable_content
670: ,x_msg_count => x_msg_count
671: ,x_msg_data => x_msg_data
672: ,x_return_status => x_return_status

Line 2259: -- It will be read in get_variable_data of INV_LABEL_PVT2 and INV_LABEL_PVT9

2255: l_input_param(i).transaction_uom := p_uom;
2256:
2257: --hjogleka, Bug #6417575,Label Printing Support for WIP Move Transactions (12.1)
2258: -- populate transaction_source_id with wip_entity_id.
2259: -- It will be read in get_variable_data of INV_LABEL_PVT2 and INV_LABEL_PVT9
2260: l_input_param(i).transaction_source_id := p_wip_entity_id;
2261:
2262: IF (l_debug = 1) THEN
2263: trace('**Values to parameters passed to the PRINT_LABEL_MANUAL_WRAP',TRACE_PROMPT, TRACE_LEVEL);