DBA Data[Home] [Help]

APPS.POS_CREATE_ASN dependencies on POS_CREATE_ASN

Line 1: PACKAGE BODY POS_CREATE_ASN AS

1: PACKAGE BODY POS_CREATE_ASN AS
2: /* $Header: POSASNTB.pls 120.4 2010/05/04 10:03:22 vchiranj ship $*/
3:
4: PROCEDURE create_asn_iface(
5: P_GROUP_ID IN NUMBER,

Line 513: /* at this stage we have reached end of pos_create_asn procedure

509: END LOOP;
510: x_progress := '140' ;
511: CLOSE dis_details_cur;
512:
513: /* at this stage we have reached end of pos_create_asn procedure
514: * if no error has happened till now then we should send the
515: * asn creation notification to the buyer
516: */
517:

Line 538: l_ItemKey := 'POS_CREATE_ASN' || to_char(l_header_id) || '-' || to_char(k);

534:
535: /* Commenting out the Workflow Call since Create ASN will use POSASNNB
536: for sending notifications to Buyers
537:
538: l_ItemKey := 'POS_CREATE_ASN' || to_char(l_header_id) || '-' || to_char(k);
539:
540: wf_engine.createProcess(ItemType => l_ItemType,
541: ItemKey => l_ItemKey,
542: Process => 'BUYER_NOTIFICATION');

Line 772: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_ordered = ' ||x_quantity_ordered);

768: ROWNUM =1;
769:
770:
771: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
772: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_ordered = ' ||x_quantity_ordered);
773: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_received = ' ||x_quantity_received);
774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);
775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);

Line 773: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_received = ' ||x_quantity_received);

769:
770:
771: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
772: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_ordered = ' ||x_quantity_ordered);
773: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_received = ' ||x_quantity_received);
774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);
775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);

Line 774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);

770:
771: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
772: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_ordered = ' ||x_quantity_ordered);
773: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_received = ' ||x_quantity_received);
774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);
775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);

Line 775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);

771: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
772: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_ordered = ' ||x_quantity_ordered);
773: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_received = ' ||x_quantity_received);
774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);
775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);

Line 776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);

772: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_ordered = ' ||x_quantity_ordered);
773: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_received = ' ||x_quantity_received);
774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);
775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);

Line 777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);

773: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_received = ' ||x_quantity_received);
774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);
775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);

Line 778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);

774: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_shipped = ' ||x_quantity_shipped);
775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);

Line 779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);

775: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_quantity_cancelled = ' ||x_quantity_cancelled);
776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);

Line 780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);

776: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_tolerance = ' ||x_qty_rcv_tolerance);
777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);

Line 781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);

777: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_qty_rcv_exception_code = ' ||x_qty_rcv_exception_code);
778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);

Line 782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);

778: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_item_id = ' ||x_item_id);
779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);

Line 783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);

779: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_po_uom = ' ||x_po_uom);
780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);

Line 784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);

780: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_line_location_id = ' ||l_line_location_id);
781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);

Line 785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);

781: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_distribution_type = ' ||l_distribution_type);
782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);

Line 786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);

782: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_matching_basis = ' ||l_matching_basis);
783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);

Line 787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);

783: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_accrue_on_receipt_flag = ' ||l_accrue_on_receipt_flag);
784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);

Line 788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);

784: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_code_combination_id = ' ||l_code_combination_id);
785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);

Line 789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);

785: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_budget_account_id = ' ||l_budget_account_id);
786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);

Line 790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);

786: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_partial_funded_flag = ' ||l_partial_funded_flag);
787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);

Line 791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);

787: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_unit_meas_lookup_code = ' ||l_unit_meas_lookup_code);
788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);

Line 792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);

788: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_funded_value = ' ||l_funded_value);
789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);

Line 793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);

789: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_funded = ' ||l_quantity_funded);
790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);

Line 794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);

790: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_funded = ' ||l_amount_funded);
791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);
798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);

Line 795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);

791: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_received = ' ||l_quantity_received);
792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);
798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);
799: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_return_status = ' ||l_return_status);

Line 796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);

792: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_received = ' ||l_amount_received);
793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);
798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);
799: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_return_status = ' ||l_return_status);
800: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_clm_flag = ' ||l_clm_flag);

Line 797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);

793: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_delivered = ' ||l_quantity_delivered);
794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);
798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);
799: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_return_status = ' ||l_return_status);
800: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_clm_flag = ' ||l_clm_flag);
801: END IF;

Line 798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);

794: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_delivered = ' ||l_amount_delivered);
795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);
798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);
799: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_return_status = ' ||l_return_status);
800: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_clm_flag = ' ||l_clm_flag);
801: END IF;
802:

Line 799: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_return_status = ' ||l_return_status);

795: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_billed = ' ||l_quantity_billed);
796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);
798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);
799: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_return_status = ' ||l_return_status);
800: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_clm_flag = ' ||l_clm_flag);
801: END IF;
802:
803: IF (x_interface_quantity = 0) THEN

Line 800: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_clm_flag = ' ||l_clm_flag);

796: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_billed = ' ||l_amount_billed);
797: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_quantity_cancelled = ' ||l_quantity_cancelled);
798: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_amount_cancelled = ' ||l_amount_cancelled);
799: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_return_status = ' ||l_return_status);
800: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','l_clm_flag = ' ||l_clm_flag);
801: END IF;
802:
803: IF (x_interface_quantity = 0) THEN
804:

Line 877: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_interface_qty_in_po_uom = ' ||x_interface_qty_in_po_uom);

873: */
874: p_unit_of_measure := x_po_uom;
875:
876: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
877: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_interface_qty_in_po_uom = ' ||x_interface_qty_in_po_uom);
878: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_available_quantity = ' ||p_available_quantity);
879: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_tolerable_quantity = ' ||p_tolerable_quantity);
880: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_unit_of_measure = ' ||p_unit_of_measure);
881: END IF;

Line 878: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_available_quantity = ' ||p_available_quantity);

874: p_unit_of_measure := x_po_uom;
875:
876: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
877: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_interface_qty_in_po_uom = ' ||x_interface_qty_in_po_uom);
878: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_available_quantity = ' ||p_available_quantity);
879: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_tolerable_quantity = ' ||p_tolerable_quantity);
880: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_unit_of_measure = ' ||p_unit_of_measure);
881: END IF;
882:

Line 879: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_tolerable_quantity = ' ||p_tolerable_quantity);

875:
876: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
877: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_interface_qty_in_po_uom = ' ||x_interface_qty_in_po_uom);
878: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_available_quantity = ' ||p_available_quantity);
879: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_tolerable_quantity = ' ||p_tolerable_quantity);
880: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_unit_of_measure = ' ||p_unit_of_measure);
881: END IF;
882:
883: EXCEPTION

Line 880: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_unit_of_measure = ' ||p_unit_of_measure);

876: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
877: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','x_interface_qty_in_po_uom = ' ||x_interface_qty_in_po_uom);
878: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_available_quantity = ' ||p_available_quantity);
879: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_tolerable_quantity = ' ||p_tolerable_quantity);
880: fnd_log.string(FND_LOG.LEVEL_PROCEDURE, 'pos.plsql.POS_CREATE_ASN.getShipmentQuantity.invoked','p_unit_of_measure = ' ||p_unit_of_measure);
881: END IF;
882:
883: EXCEPTION
884:

Line 994: END POS_CREATE_ASN;

990: end VALIDATE_FREIGHT_CARRIER;
991:
992:
993:
994: END POS_CREATE_ASN;
995: