DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on INV_LABEL_PVT3

Line 1: PACKAGE BODY inv_label_pvt3 AS

1: PACKAGE BODY inv_label_pvt3 AS
2: /* $Header: INVLAP3B.pls 120.11 2006/02/23 01:48:21 dchithir ship $ */
3:
4: label_b CONSTANT VARCHAR2(50) := ' 5: label_e CONSTANT VARCHAR2(50) := '' || fnd_global.local_chr(10);

Line 489: l_rcv_lpn_table inv_label_pvt3.rcv_lpn_table_type;

485: l_msg_count NUMBER;
486: l_api_status VARCHAR2(240);
487: l_msg_data VARCHAR2(240);
488: l_lpn_table inv_label.lpn_table_type;
489: l_rcv_lpn_table inv_label_pvt3.rcv_lpn_table_type;
490: -- Bug 2515486
491: l_transaction_type_id NUMBER := 0;
492: l_transaction_action_id NUMBER := 0;
493: i NUMBER;

Line 1945: END inv_label_pvt3;

1941: x_variable_content :=
1942: x_variable_content || l_variable_data_tbl(i).label_content;
1943: END LOOP;
1944: END get_variable_data;
1945: END inv_label_pvt3;