DBA Data[Home] [Help]

APPS.INV_LABEL_PVT13 dependencies on INV_LABEL_PVT13

Line 1: PACKAGE BODY inv_label_pvt13 AS

1: PACKAGE BODY inv_label_pvt13 AS
2: /* $Header: INVLA13B.pls 120.5 2006/05/09 21:52:10 rahugupt noship $ */
3:
4: label_b CONSTANT VARCHAR2(50) := ' 5: label_e CONSTANT VARCHAR2(50) := '' || fnd_global.local_chr(10);

Line 131: l_batch_table_type inv_label_pvt13.batch_table_type;

127: -- Fix for bug: 4179593 End
128:
129: ------------------------End of this change for Custom Labels project code--------------------
130:
131: l_batch_table_type inv_label_pvt13.batch_table_type;
132:
133: /* main driving cursor */
134:
135: /* dispense pallet QUERY */

Line 1235: END inv_label_pvt13;

1231: x_variable_content || l_variable_data_tbl(i).label_content;
1232: END LOOP;
1233:
1234: END get_variable_data;
1235: END inv_label_pvt13;