DBA Data[Home] [Help]

APPS.INV_LABEL dependencies on INV_LABEL_PVT9

Line 704: INV_LABEL_PVT9.get_variable_data(

700: END;
701:
702: ELSIF p_label_type_info.label_type_id = 9 THEN
703: BEGIN
704: INV_LABEL_PVT9.get_variable_data(
705: x_variable_content => x_variable_content
706: ,x_msg_count => x_msg_count
707: ,x_msg_data => x_msg_data
708: ,x_return_status => x_return_status

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

2317: l_input_param(i).transaction_uom := p_uom;
2318:
2319: --hjogleka, Bug #6417575,Label Printing Support for WIP Move Transactions (12.1)
2320: -- populate transaction_source_id with wip_entity_id.
2321: -- It will be read in get_variable_data of INV_LABEL_PVT2 and INV_LABEL_PVT9
2322: l_input_param(i).transaction_source_id := p_wip_entity_id;
2323:
2324: IF (l_debug = 1) THEN
2325: trace('**Values to parameters passed to the PRINT_LABEL_MANUAL_WRAP',TRACE_PROMPT, TRACE_LEVEL);