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.8 2011/02/01 11:38:16 nimisra ship $ */
3:
4: label_b CONSTANT VARCHAR2(50) := ' 5: label_e CONSTANT VARCHAR2(50) := '' || fnd_global.local_chr(10);

Line 135: l_batch_table_type inv_label_pvt13.batch_table_type;

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

Line 1253: END inv_label_pvt13;

1249: x_variable_content || l_variable_data_tbl(i).label_content;
1250: END LOOP;
1251:
1252: END get_variable_data;
1253: END inv_label_pvt13;