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.13.12020000.3 2013/02/28 08:11:07 srsomasu ship $ */
3:
4: label_b CONSTANT VARCHAR2(50) := ' 5: label_e CONSTANT VARCHAR2(50) := '' || fnd_global.local_chr(10);

Line 519: l_rcv_lpn_table inv_label_pvt3.rcv_lpn_table_type;

515: l_msg_count NUMBER;
516: l_api_status VARCHAR2(240);
517: l_msg_data VARCHAR2(240);
518: l_lpn_table inv_label.lpn_table_type;
519: l_rcv_lpn_table inv_label_pvt3.rcv_lpn_table_type;
520: -- Bug 2515486
521: l_transaction_type_id NUMBER := 0;
522: l_transaction_action_id NUMBER := 0;
523: i NUMBER;

Line 582: l_rcv_lpn_tmp_table inv_label_pvt3.rcv_lpn_table_type;

578: l_cust_entity_table_copy inv_label.l_cust_entity_table_type;
579: l_cust_parentchild_table inv_label.l_cust_entity_table_type;
580: l_se_lpn_id NUMBER;
581: l_no_cust_label BOOLEAN;
582: l_rcv_lpn_tmp_table inv_label_pvt3.rcv_lpn_table_type;
583: cust_index NUMBER;
584: core_index NUMBER;
585: cust_copy_ix NUMBER;
586: new_valid_lpn_exists BOOLEAN;

Line 588: l_rcv_lpn_table_copy inv_label_pvt3.rcv_lpn_table_type;

584: core_index NUMBER;
585: cust_copy_ix NUMBER;
586: new_valid_lpn_exists BOOLEAN;
587: l_lpn_table_copy inv_label.lpn_table_type;
588: l_rcv_lpn_table_copy inv_label_pvt3.rcv_lpn_table_type;
589:
590:
591: CURSOR nested_parent_lpn_cursor (p_parent_lpn_id NUMBER) IS
592: SELECT lpn_id

Line 2307: END inv_label_pvt3;

2303: x_variable_content :=
2304: x_variable_content || l_variable_data_tbl(i).label_content;
2305: END LOOP;
2306: END get_variable_data;
2307: END inv_label_pvt3;