DBA Data[Home] [Help]

APPS.GMO_LABEL_MGMT_GRP dependencies on INV_LABEL

Line 268: L_txn_id_rec inv_label.transaction_id_rec_type;

264: L_LAST_UPDATED_BY NUMBER;
265: L_LAST_UPDATE_LOGIN NUMBER;
266: l_api_version constant number := 1;
267: l_api_name VARCHAR2(50) :='COMPLETE_LABEL_PRINT';
268: L_txn_id_rec inv_label.transaction_id_rec_type;
269: l_input_param inv_label.input_parameter_rec_type;
270:
271: CURSOR C_LABEL_HDR is
272: SELECT WMS_BUSINESSFLOW_CODE,

Line 269: l_input_param inv_label.input_parameter_rec_type;

265: L_LAST_UPDATE_LOGIN NUMBER;
266: l_api_version constant number := 1;
267: l_api_name VARCHAR2(50) :='COMPLETE_LABEL_PRINT';
268: L_txn_id_rec inv_label.transaction_id_rec_type;
269: l_input_param inv_label.input_parameter_rec_type;
270:
271: CURSOR C_LABEL_HDR is
272: SELECT WMS_BUSINESSFLOW_CODE,
273: WMS_BUSINESSFLOW_TRANS_ID,

Line 305: /* Convert incomming paramter to inv_label record structure */

301: FETCH C_LABEL_HDR into L_WMS_BUSINESSFLOW_CODE,
302: L_WMS_BUSINESSFLOW_TRANS_ID,
303: L_TRANSACTION_TYPE ;
304: CLOSE C_LABEL_HDR;
305: /* Convert incomming paramter to inv_label record structure */
306: L_txn_id_rec(1):=L_WMS_BUSINESSFLOW_TRANS_ID;
307: OPEN C_LABEL_DTL;
308: LOOP
309: FETCH C_LABEL_DTL into L_LABEL_TYPE;

Line 312: /*Call INV_LABEL_API for each Business Flow */

308: LOOP
309: FETCH C_LABEL_DTL into L_LABEL_TYPE;
310: EXIT when C_LABEL_DTL%NOTFOUND;
311:
312: /*Call INV_LABEL_API for each Business Flow */
313: INV_LABEL.PRINT_LABEL
314: (
315: X_RETURN_STATUS =>X_RETURN_STATUS,
316: X_MSG_COUNT =>X_MSG_COUNT,

Line 313: INV_LABEL.PRINT_LABEL

309: FETCH C_LABEL_DTL into L_LABEL_TYPE;
310: EXIT when C_LABEL_DTL%NOTFOUND;
311:
312: /*Call INV_LABEL_API for each Business Flow */
313: INV_LABEL.PRINT_LABEL
314: (
315: X_RETURN_STATUS =>X_RETURN_STATUS,
316: X_MSG_COUNT =>X_MSG_COUNT,
317: X_MSG_DATA =>X_MSG_DATA,