DBA Data[Home] [Help]

APPS.ECE_CDMO_UTIL dependencies on EC_UTILS

Line 618: ec_utils.find_pos (

614: l_bill_of_lading varchar2(30);
615: xprogress varchar2(100);
616: BEGIN
617: xProgress := '2070-10';
618: ec_utils.find_pos (
619: 1,
620: 'GROSS_WEIGHT',
621: nPos1);
622:

Line 624: ec_utils.find_pos (

620: 'GROSS_WEIGHT',
621: nPos1);
622:
623: xProgress := '2070-20';
624: ec_utils.find_pos (
625: 1,
626: 'NET_WEIGHT',
627: nPos2);
628:

Line 630: ec_utils.find_pos (

626: 'NET_WEIGHT',
627: nPos2);
628:
629: xProgress := '2070-30';
630: ec_utils.find_pos (
631: 1,
632: 'WEIGHT_UOM_CODE_INT',
633: nPos3);
634:

Line 636: ec_utils.find_pos (

632: 'WEIGHT_UOM_CODE_INT',
633: nPos3);
634:
635: xProgress := '2070-40';
636: ec_utils.find_pos (
637: 1,
638: 'VOLUME',
639: nPos4);
640:

Line 642: ec_utils.find_pos (

638: 'VOLUME',
639: nPos4);
640:
641: xProgress := '2070-50';
642: ec_utils.find_pos (
643: 1,
644: 'VOLUME_UOM_CODE_INT',
645: nPos5);
646:

Line 648: ec_utils.find_pos (

644: 'VOLUME_UOM_CODE_INT',
645: nPos5);
646:
647: xProgress := '2070-60';
648: ec_utils.find_pos (
649: 1,
650: 'SHIPMENT_NUMBER',
651: nPos6);
652:

Line 654: ec_utils.find_pos (

650: 'SHIPMENT_NUMBER',
651: nPos6);
652:
653: xProgress := '2070-70';
654: ec_utils.find_pos (
655: 1,
656: 'BOOKING_NUMBER',
657: nPos7);
658:

Line 660: ec_utils.find_pos (

656: 'BOOKING_NUMBER',
657: nPos7);
658:
659: xProgress := '2070-80';
660: ec_utils.find_pos (
661: 1,
662: 'BILL_OF_LADING_NUMBER',
663: nPos8);
664:

Line 694: ec_utils.g_file_tbl(nPos1).value:= l_gross_weight;

690: ec_debug.pl(3,'No records found for the customer_trx_id',p_customer_trx_id);
691: end;
692:
693: xProgress := '2070-100';
694: ec_utils.g_file_tbl(nPos1).value:= l_gross_weight;
695: ec_utils.g_file_tbl(nPos2).value:= l_net_weight;
696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;
697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;

Line 695: ec_utils.g_file_tbl(nPos2).value:= l_net_weight;

691: end;
692:
693: xProgress := '2070-100';
694: ec_utils.g_file_tbl(nPos1).value:= l_gross_weight;
695: ec_utils.g_file_tbl(nPos2).value:= l_net_weight;
696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;
697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;
699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;

Line 696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;

692:
693: xProgress := '2070-100';
694: ec_utils.g_file_tbl(nPos1).value:= l_gross_weight;
695: ec_utils.g_file_tbl(nPos2).value:= l_net_weight;
696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;
697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;
699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;
700: ec_utils.g_file_tbl(nPos7).value:= l_booking_number;

Line 697: ec_utils.g_file_tbl(nPos4).value:= l_volume;

693: xProgress := '2070-100';
694: ec_utils.g_file_tbl(nPos1).value:= l_gross_weight;
695: ec_utils.g_file_tbl(nPos2).value:= l_net_weight;
696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;
697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;
699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;
700: ec_utils.g_file_tbl(nPos7).value:= l_booking_number;
701: ec_utils.g_file_tbl(nPos8).value:= l_bill_of_lading;

Line 698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;

694: ec_utils.g_file_tbl(nPos1).value:= l_gross_weight;
695: ec_utils.g_file_tbl(nPos2).value:= l_net_weight;
696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;
697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;
699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;
700: ec_utils.g_file_tbl(nPos7).value:= l_booking_number;
701: ec_utils.g_file_tbl(nPos8).value:= l_bill_of_lading;
702:

Line 699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;

695: ec_utils.g_file_tbl(nPos2).value:= l_net_weight;
696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;
697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;
699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;
700: ec_utils.g_file_tbl(nPos7).value:= l_booking_number;
701: ec_utils.g_file_tbl(nPos8).value:= l_bill_of_lading;
702:
703: EXCEPTION

Line 700: ec_utils.g_file_tbl(nPos7).value:= l_booking_number;

696: ec_utils.g_file_tbl(nPos3).value:= l_weight_uom_code;
697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;
699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;
700: ec_utils.g_file_tbl(nPos7).value:= l_booking_number;
701: ec_utils.g_file_tbl(nPos8).value:= l_bill_of_lading;
702:
703: EXCEPTION
704: WHEN others THEN

Line 701: ec_utils.g_file_tbl(nPos8).value:= l_bill_of_lading;

697: ec_utils.g_file_tbl(nPos4).value:= l_volume;
698: ec_utils.g_file_tbl(nPos5).value:= l_volume_uom_code;
699: ec_utils.g_file_tbl(nPos6).value:= l_shipment_number;
700: ec_utils.g_file_tbl(nPos7).value:= l_booking_number;
701: ec_utils.g_file_tbl(nPos8).value:= l_bill_of_lading;
702:
703: EXCEPTION
704: WHEN others THEN
705: fnd_message.set_name('EC','ECE_PROGRAM_ERROR');