DBA Data[Home] [Help]

APPS.PO_REQ_TEMPLATE_SV dependencies on FND_LOG

Line 551: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form express_name '||x_express_name ||' Database express_name '||Recinfo.express_name);

547:
548: ELSE
549: IF (g_fnd_debug = 'Y') THEN
550: IF (NVL(TRIM(x_express_name),'-999') <> NVL( TRIM(Recinfo.express_name),'-999')) THEN
551: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form express_name '||x_express_name ||' Database express_name '||Recinfo.express_name);
552: END IF;
553: IF (NVL(x_sequence_num,-999) <> NVL(Recinfo.sequence_num,-999)) THEN
554: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form sequence_num'||x_sequence_num ||' Database sequence_num '|| Recinfo.sequence_num);
555: END IF;

Line 554: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form sequence_num'||x_sequence_num ||' Database sequence_num '|| Recinfo.sequence_num);

550: IF (NVL(TRIM(x_express_name),'-999') <> NVL( TRIM(Recinfo.express_name),'-999')) THEN
551: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form express_name '||x_express_name ||' Database express_name '||Recinfo.express_name);
552: END IF;
553: IF (NVL(x_sequence_num,-999) <> NVL(Recinfo.sequence_num,-999)) THEN
554: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form sequence_num'||x_sequence_num ||' Database sequence_num '|| Recinfo.sequence_num);
555: END IF;
556: IF (NVL(x_po_header_id,-999) <> NVL(Recinfo.po_header_id,-999)) THEN
557: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_header_id'||x_po_header_id ||' Database po_header_id '|| Recinfo.po_header_id);
558: END IF;

Line 557: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_header_id'||x_po_header_id ||' Database po_header_id '|| Recinfo.po_header_id);

553: IF (NVL(x_sequence_num,-999) <> NVL(Recinfo.sequence_num,-999)) THEN
554: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form sequence_num'||x_sequence_num ||' Database sequence_num '|| Recinfo.sequence_num);
555: END IF;
556: IF (NVL(x_po_header_id,-999) <> NVL(Recinfo.po_header_id,-999)) THEN
557: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_header_id'||x_po_header_id ||' Database po_header_id '|| Recinfo.po_header_id);
558: END IF;
559: IF (NVL(x_po_line_id,-999) <> NVL(Recinfo.po_line_id,-999)) THEN
560: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_line_id'||x_po_line_id ||' Database po_line_id '|| Recinfo.po_line_id);
561: END IF;

Line 560: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_line_id'||x_po_line_id ||' Database po_line_id '|| Recinfo.po_line_id);

556: IF (NVL(x_po_header_id,-999) <> NVL(Recinfo.po_header_id,-999)) THEN
557: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_header_id'||x_po_header_id ||' Database po_header_id '|| Recinfo.po_header_id);
558: END IF;
559: IF (NVL(x_po_line_id,-999) <> NVL(Recinfo.po_line_id,-999)) THEN
560: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_line_id'||x_po_line_id ||' Database po_line_id '|| Recinfo.po_line_id);
561: END IF;
562: IF (NVL(x_item_id,-999) <> NVL(Recinfo.item_id,-999)) THEN
563: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_id'||x_item_id ||' Database item_id '|| Recinfo.item_id);
564: END IF;

Line 563: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_id'||x_item_id ||' Database item_id '|| Recinfo.item_id);

559: IF (NVL(x_po_line_id,-999) <> NVL(Recinfo.po_line_id,-999)) THEN
560: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form po_line_id'||x_po_line_id ||' Database po_line_id '|| Recinfo.po_line_id);
561: END IF;
562: IF (NVL(x_item_id,-999) <> NVL(Recinfo.item_id,-999)) THEN
563: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_id'||x_item_id ||' Database item_id '|| Recinfo.item_id);
564: END IF;
565: IF (NVL(x_line_type_id,-999) <> NVL(Recinfo.line_type_id,-999)) THEN
566: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form line_type_id'||x_line_type_id ||' Database line_type_id '|| Recinfo.line_type_id);
567: END IF;

Line 566: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form line_type_id'||x_line_type_id ||' Database line_type_id '|| Recinfo.line_type_id);

562: IF (NVL(x_item_id,-999) <> NVL(Recinfo.item_id,-999)) THEN
563: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_id'||x_item_id ||' Database item_id '|| Recinfo.item_id);
564: END IF;
565: IF (NVL(x_line_type_id,-999) <> NVL(Recinfo.line_type_id,-999)) THEN
566: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form line_type_id'||x_line_type_id ||' Database line_type_id '|| Recinfo.line_type_id);
567: END IF;
568: IF (NVL(TRIM(x_item_revision),'-999') <> NVL( TRIM(Recinfo.item_revision),'-999')) THEN
569: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_revision '||x_item_revision ||' Database item_revision '||Recinfo.item_revision);
570: END IF;

Line 569: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_revision '||x_item_revision ||' Database item_revision '||Recinfo.item_revision);

565: IF (NVL(x_line_type_id,-999) <> NVL(Recinfo.line_type_id,-999)) THEN
566: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form line_type_id'||x_line_type_id ||' Database line_type_id '|| Recinfo.line_type_id);
567: END IF;
568: IF (NVL(TRIM(x_item_revision),'-999') <> NVL( TRIM(Recinfo.item_revision),'-999')) THEN
569: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_revision '||x_item_revision ||' Database item_revision '||Recinfo.item_revision);
570: END IF;
571: IF (NVL(x_category_id,-999) <> NVL(Recinfo.category_id,-999)) THEN
572: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form category_id'||x_category_id ||' Database category_id '|| Recinfo.category_id);
573: END IF;

Line 572: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form category_id'||x_category_id ||' Database category_id '|| Recinfo.category_id);

568: IF (NVL(TRIM(x_item_revision),'-999') <> NVL( TRIM(Recinfo.item_revision),'-999')) THEN
569: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_revision '||x_item_revision ||' Database item_revision '||Recinfo.item_revision);
570: END IF;
571: IF (NVL(x_category_id,-999) <> NVL(Recinfo.category_id,-999)) THEN
572: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form category_id'||x_category_id ||' Database category_id '|| Recinfo.category_id);
573: END IF;
574: IF (NVL(TRIM(x_unit_meas_lookup_code),'-999') <> NVL( TRIM(Recinfo.unit_meas_lookup_code),'-999')) THEN
575: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_meas_lookup_code '||x_unit_meas_lookup_code ||' Database unit_meas_lookup_code '||Recinfo.unit_meas_lookup_code);
576: END IF;

Line 575: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_meas_lookup_code '||x_unit_meas_lookup_code ||' Database unit_meas_lookup_code '||Recinfo.unit_meas_lookup_code);

571: IF (NVL(x_category_id,-999) <> NVL(Recinfo.category_id,-999)) THEN
572: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form category_id'||x_category_id ||' Database category_id '|| Recinfo.category_id);
573: END IF;
574: IF (NVL(TRIM(x_unit_meas_lookup_code),'-999') <> NVL( TRIM(Recinfo.unit_meas_lookup_code),'-999')) THEN
575: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_meas_lookup_code '||x_unit_meas_lookup_code ||' Database unit_meas_lookup_code '||Recinfo.unit_meas_lookup_code);
576: END IF;
577: IF (NVL(x_suggested_quantity,-999) <> NVL(Recinfo.suggested_quantity,-999)) THEN
578: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_quantity'||x_suggested_quantity ||' Database suggested_quantity '|| Recinfo.suggested_quantity);
579: END IF;

Line 578: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_quantity'||x_suggested_quantity ||' Database suggested_quantity '|| Recinfo.suggested_quantity);

574: IF (NVL(TRIM(x_unit_meas_lookup_code),'-999') <> NVL( TRIM(Recinfo.unit_meas_lookup_code),'-999')) THEN
575: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_meas_lookup_code '||x_unit_meas_lookup_code ||' Database unit_meas_lookup_code '||Recinfo.unit_meas_lookup_code);
576: END IF;
577: IF (NVL(x_suggested_quantity,-999) <> NVL(Recinfo.suggested_quantity,-999)) THEN
578: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_quantity'||x_suggested_quantity ||' Database suggested_quantity '|| Recinfo.suggested_quantity);
579: END IF;
580: IF (NVL(x_unit_price,-999) <> NVL(Recinfo.unit_price,-999)) THEN
581: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_price'||x_unit_price ||' Database unit_price '|| Recinfo.unit_price);
582: END IF;

Line 581: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_price'||x_unit_price ||' Database unit_price '|| Recinfo.unit_price);

577: IF (NVL(x_suggested_quantity,-999) <> NVL(Recinfo.suggested_quantity,-999)) THEN
578: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_quantity'||x_suggested_quantity ||' Database suggested_quantity '|| Recinfo.suggested_quantity);
579: END IF;
580: IF (NVL(x_unit_price,-999) <> NVL(Recinfo.unit_price,-999)) THEN
581: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_price'||x_unit_price ||' Database unit_price '|| Recinfo.unit_price);
582: END IF;
583: IF (NVL(x_suggested_vendor_id,-999) <> NVL(Recinfo.suggested_vendor_id,-999)) THEN
584: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_id'||x_suggested_vendor_id ||' Database suggested_vendor_id '|| Recinfo.suggested_vendor_id);
585: END IF;

Line 584: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_id'||x_suggested_vendor_id ||' Database suggested_vendor_id '|| Recinfo.suggested_vendor_id);

580: IF (NVL(x_unit_price,-999) <> NVL(Recinfo.unit_price,-999)) THEN
581: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form unit_price'||x_unit_price ||' Database unit_price '|| Recinfo.unit_price);
582: END IF;
583: IF (NVL(x_suggested_vendor_id,-999) <> NVL(Recinfo.suggested_vendor_id,-999)) THEN
584: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_id'||x_suggested_vendor_id ||' Database suggested_vendor_id '|| Recinfo.suggested_vendor_id);
585: END IF;
586: IF (NVL(x_suggested_vendor_site_id,-999) <> NVL(Recinfo.suggested_vendor_site_id,-999)) THEN
587: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_site_id'||x_suggested_vendor_site_id ||' Database suggested_vendor_site_id '|| Recinfo.suggested_vendor_site_id);
588: END IF;

Line 587: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_site_id'||x_suggested_vendor_site_id ||' Database suggested_vendor_site_id '|| Recinfo.suggested_vendor_site_id);

583: IF (NVL(x_suggested_vendor_id,-999) <> NVL(Recinfo.suggested_vendor_id,-999)) THEN
584: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_id'||x_suggested_vendor_id ||' Database suggested_vendor_id '|| Recinfo.suggested_vendor_id);
585: END IF;
586: IF (NVL(x_suggested_vendor_site_id,-999) <> NVL(Recinfo.suggested_vendor_site_id,-999)) THEN
587: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_site_id'||x_suggested_vendor_site_id ||' Database suggested_vendor_site_id '|| Recinfo.suggested_vendor_site_id);
588: END IF;
589: IF (NVL(x_suggested_vendor_contact_id,-999) <> NVL(Recinfo.suggested_vendor_contact_id,-999)) THEN
590: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_contact_id'||x_suggested_vendor_contact_id ||' Database suggested_vendor_contact_id '|| Recinfo.suggested_vendor_contact_id);
591: END IF;

Line 590: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_contact_id'||x_suggested_vendor_contact_id ||' Database suggested_vendor_contact_id '|| Recinfo.suggested_vendor_contact_id);

586: IF (NVL(x_suggested_vendor_site_id,-999) <> NVL(Recinfo.suggested_vendor_site_id,-999)) THEN
587: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_site_id'||x_suggested_vendor_site_id ||' Database suggested_vendor_site_id '|| Recinfo.suggested_vendor_site_id);
588: END IF;
589: IF (NVL(x_suggested_vendor_contact_id,-999) <> NVL(Recinfo.suggested_vendor_contact_id,-999)) THEN
590: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_contact_id'||x_suggested_vendor_contact_id ||' Database suggested_vendor_contact_id '|| Recinfo.suggested_vendor_contact_id);
591: END IF;
592: IF (NVL(TRIM(x_suggested_vendor_prod_code),'-999') <> NVL( TRIM(Recinfo.suggested_vendor_product_code),'-999')) THEN
593: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_prod_code '||x_suggested_vendor_prod_code ||' Database suggested_vendor_prod_code '||Recinfo.suggested_vendor_product_code);
594: END IF;

Line 593: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_prod_code '||x_suggested_vendor_prod_code ||' Database suggested_vendor_prod_code '||Recinfo.suggested_vendor_product_code);

589: IF (NVL(x_suggested_vendor_contact_id,-999) <> NVL(Recinfo.suggested_vendor_contact_id,-999)) THEN
590: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_contact_id'||x_suggested_vendor_contact_id ||' Database suggested_vendor_contact_id '|| Recinfo.suggested_vendor_contact_id);
591: END IF;
592: IF (NVL(TRIM(x_suggested_vendor_prod_code),'-999') <> NVL( TRIM(Recinfo.suggested_vendor_product_code),'-999')) THEN
593: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_prod_code '||x_suggested_vendor_prod_code ||' Database suggested_vendor_prod_code '||Recinfo.suggested_vendor_product_code);
594: END IF;
595: IF (NVL(x_suggested_buyer_id,-999) <> NVL(Recinfo.suggested_buyer_id,-999)) THEN
596: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_buyer_id'||x_suggested_buyer_id ||' Database suggested_buyer_id '|| Recinfo.suggested_buyer_id);
597: END IF;

Line 596: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_buyer_id'||x_suggested_buyer_id ||' Database suggested_buyer_id '|| Recinfo.suggested_buyer_id);

592: IF (NVL(TRIM(x_suggested_vendor_prod_code),'-999') <> NVL( TRIM(Recinfo.suggested_vendor_product_code),'-999')) THEN
593: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_vendor_prod_code '||x_suggested_vendor_prod_code ||' Database suggested_vendor_prod_code '||Recinfo.suggested_vendor_product_code);
594: END IF;
595: IF (NVL(x_suggested_buyer_id,-999) <> NVL(Recinfo.suggested_buyer_id,-999)) THEN
596: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_buyer_id'||x_suggested_buyer_id ||' Database suggested_buyer_id '|| Recinfo.suggested_buyer_id);
597: END IF;
598: IF (NVL(TRIM(x_rfq_required_flag),'-999') <> NVL( TRIM(Recinfo.rfq_required_flag),'-999')) THEN
599: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form rfq_required_flag '||x_rfq_required_flag ||' Database rfq_required_flag '||Recinfo.rfq_required_flag);
600: END IF;

Line 599: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form rfq_required_flag '||x_rfq_required_flag ||' Database rfq_required_flag '||Recinfo.rfq_required_flag);

595: IF (NVL(x_suggested_buyer_id,-999) <> NVL(Recinfo.suggested_buyer_id,-999)) THEN
596: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form suggested_buyer_id'||x_suggested_buyer_id ||' Database suggested_buyer_id '|| Recinfo.suggested_buyer_id);
597: END IF;
598: IF (NVL(TRIM(x_rfq_required_flag),'-999') <> NVL( TRIM(Recinfo.rfq_required_flag),'-999')) THEN
599: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form rfq_required_flag '||x_rfq_required_flag ||' Database rfq_required_flag '||Recinfo.rfq_required_flag);
600: END IF;
601: IF (NVL(TRIM(x_vendor_source_context),'-999') <> NVL( TRIM(Recinfo.vendor_source_context),'-999')) THEN
602: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form vendor_source_context '||x_vendor_source_context ||' Database vendor_source_context '||Recinfo.vendor_source_context);
603: END IF;

Line 602: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form vendor_source_context '||x_vendor_source_context ||' Database vendor_source_context '||Recinfo.vendor_source_context);

598: IF (NVL(TRIM(x_rfq_required_flag),'-999') <> NVL( TRIM(Recinfo.rfq_required_flag),'-999')) THEN
599: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form rfq_required_flag '||x_rfq_required_flag ||' Database rfq_required_flag '||Recinfo.rfq_required_flag);
600: END IF;
601: IF (NVL(TRIM(x_vendor_source_context),'-999') <> NVL( TRIM(Recinfo.vendor_source_context),'-999')) THEN
602: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form vendor_source_context '||x_vendor_source_context ||' Database vendor_source_context '||Recinfo.vendor_source_context);
603: END IF;
604: IF (NVL(TRIM(x_source_type_code),'-999') <> NVL( TRIM(Recinfo.source_type_code),'-999')) THEN
605: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_type_code '||x_source_type_code ||' Database source_type_code '||Recinfo.source_type_code);
606: END IF;

Line 605: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_type_code '||x_source_type_code ||' Database source_type_code '||Recinfo.source_type_code);

601: IF (NVL(TRIM(x_vendor_source_context),'-999') <> NVL( TRIM(Recinfo.vendor_source_context),'-999')) THEN
602: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form vendor_source_context '||x_vendor_source_context ||' Database vendor_source_context '||Recinfo.vendor_source_context);
603: END IF;
604: IF (NVL(TRIM(x_source_type_code),'-999') <> NVL( TRIM(Recinfo.source_type_code),'-999')) THEN
605: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_type_code '||x_source_type_code ||' Database source_type_code '||Recinfo.source_type_code);
606: END IF;
607: IF (NVL(x_source_organization_id,-999) <> NVL(Recinfo.source_organization_id,-999)) THEN
608: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_organization_id'||x_source_organization_id ||' Database source_organization_id '|| Recinfo.source_organization_id);
609: END IF;

Line 608: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_organization_id'||x_source_organization_id ||' Database source_organization_id '|| Recinfo.source_organization_id);

604: IF (NVL(TRIM(x_source_type_code),'-999') <> NVL( TRIM(Recinfo.source_type_code),'-999')) THEN
605: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_type_code '||x_source_type_code ||' Database source_type_code '||Recinfo.source_type_code);
606: END IF;
607: IF (NVL(x_source_organization_id,-999) <> NVL(Recinfo.source_organization_id,-999)) THEN
608: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_organization_id'||x_source_organization_id ||' Database source_organization_id '|| Recinfo.source_organization_id);
609: END IF;
610: IF (NVL(TRIM(x_source_subinventory),'-999') <> NVL( TRIM(Recinfo.source_subinventory),'-999')) THEN
611: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_subinventory '||x_source_subinventory ||' Database source_subinventory '||Recinfo.source_subinventory);
612: END IF;

Line 611: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_subinventory '||x_source_subinventory ||' Database source_subinventory '||Recinfo.source_subinventory);

607: IF (NVL(x_source_organization_id,-999) <> NVL(Recinfo.source_organization_id,-999)) THEN
608: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_organization_id'||x_source_organization_id ||' Database source_organization_id '|| Recinfo.source_organization_id);
609: END IF;
610: IF (NVL(TRIM(x_source_subinventory),'-999') <> NVL( TRIM(Recinfo.source_subinventory),'-999')) THEN
611: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_subinventory '||x_source_subinventory ||' Database source_subinventory '||Recinfo.source_subinventory);
612: END IF;
613: IF (NVL(TRIM(x_item_description),'-999') <> NVL( TRIM(Recinfo.item_description),'-999')) THEN
614: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_description '||x_item_description ||' Database item_description '||Recinfo.item_description);
615: END IF;

Line 614: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_description '||x_item_description ||' Database item_description '||Recinfo.item_description);

610: IF (NVL(TRIM(x_source_subinventory),'-999') <> NVL( TRIM(Recinfo.source_subinventory),'-999')) THEN
611: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form source_subinventory '||x_source_subinventory ||' Database source_subinventory '||Recinfo.source_subinventory);
612: END IF;
613: IF (NVL(TRIM(x_item_description),'-999') <> NVL( TRIM(Recinfo.item_description),'-999')) THEN
614: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_description '||x_item_description ||' Database item_description '||Recinfo.item_description);
615: END IF;
616: IF (NVL(TRIM(x_attribute_category),'-999') <> NVL( TRIM(Recinfo.attribute_category),'-999')) THEN
617: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute_category '||x_attribute_category ||' Database attribute_category '||Recinfo.attribute_category);
618: END IF;

Line 617: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute_category '||x_attribute_category ||' Database attribute_category '||Recinfo.attribute_category);

613: IF (NVL(TRIM(x_item_description),'-999') <> NVL( TRIM(Recinfo.item_description),'-999')) THEN
614: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form item_description '||x_item_description ||' Database item_description '||Recinfo.item_description);
615: END IF;
616: IF (NVL(TRIM(x_attribute_category),'-999') <> NVL( TRIM(Recinfo.attribute_category),'-999')) THEN
617: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute_category '||x_attribute_category ||' Database attribute_category '||Recinfo.attribute_category);
618: END IF;
619: IF (NVL(TRIM(x_attribute1),'-999') <> NVL( TRIM(Recinfo.attribute1),'-999')) THEN
620: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute1 '||x_attribute1 ||' Database attribute1 '||Recinfo.attribute1);
621: END IF;

Line 620: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute1 '||x_attribute1 ||' Database attribute1 '||Recinfo.attribute1);

616: IF (NVL(TRIM(x_attribute_category),'-999') <> NVL( TRIM(Recinfo.attribute_category),'-999')) THEN
617: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute_category '||x_attribute_category ||' Database attribute_category '||Recinfo.attribute_category);
618: END IF;
619: IF (NVL(TRIM(x_attribute1),'-999') <> NVL( TRIM(Recinfo.attribute1),'-999')) THEN
620: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute1 '||x_attribute1 ||' Database attribute1 '||Recinfo.attribute1);
621: END IF;
622: IF (NVL(TRIM(x_attribute2),'-999') <> NVL( TRIM(Recinfo.attribute2),'-999')) THEN
623: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute2 '||x_attribute2 ||' Database attribute2 '||Recinfo.attribute2);
624: END IF;

Line 623: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute2 '||x_attribute2 ||' Database attribute2 '||Recinfo.attribute2);

619: IF (NVL(TRIM(x_attribute1),'-999') <> NVL( TRIM(Recinfo.attribute1),'-999')) THEN
620: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute1 '||x_attribute1 ||' Database attribute1 '||Recinfo.attribute1);
621: END IF;
622: IF (NVL(TRIM(x_attribute2),'-999') <> NVL( TRIM(Recinfo.attribute2),'-999')) THEN
623: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute2 '||x_attribute2 ||' Database attribute2 '||Recinfo.attribute2);
624: END IF;
625: IF (NVL(TRIM(x_attribute3),'-999') <> NVL( TRIM(Recinfo.attribute3),'-999')) THEN
626: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute3 '||x_attribute3 ||' Database attribute3 '||Recinfo.attribute3);
627: END IF;

Line 626: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute3 '||x_attribute3 ||' Database attribute3 '||Recinfo.attribute3);

622: IF (NVL(TRIM(x_attribute2),'-999') <> NVL( TRIM(Recinfo.attribute2),'-999')) THEN
623: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute2 '||x_attribute2 ||' Database attribute2 '||Recinfo.attribute2);
624: END IF;
625: IF (NVL(TRIM(x_attribute3),'-999') <> NVL( TRIM(Recinfo.attribute3),'-999')) THEN
626: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute3 '||x_attribute3 ||' Database attribute3 '||Recinfo.attribute3);
627: END IF;
628: IF (NVL(TRIM(x_attribute4),'-999') <> NVL( TRIM(Recinfo.attribute4),'-999')) THEN
629: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute4 '||x_attribute4 ||' Database attribute4 '||Recinfo.attribute4);
630: END IF;

Line 629: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute4 '||x_attribute4 ||' Database attribute4 '||Recinfo.attribute4);

625: IF (NVL(TRIM(x_attribute3),'-999') <> NVL( TRIM(Recinfo.attribute3),'-999')) THEN
626: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute3 '||x_attribute3 ||' Database attribute3 '||Recinfo.attribute3);
627: END IF;
628: IF (NVL(TRIM(x_attribute4),'-999') <> NVL( TRIM(Recinfo.attribute4),'-999')) THEN
629: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute4 '||x_attribute4 ||' Database attribute4 '||Recinfo.attribute4);
630: END IF;
631: IF (NVL(TRIM(x_attribute5),'-999') <> NVL( TRIM(Recinfo.attribute5),'-999')) THEN
632: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute5 '||x_attribute5 ||' Database attribute5 '||Recinfo.attribute5);
633: END IF;

Line 632: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute5 '||x_attribute5 ||' Database attribute5 '||Recinfo.attribute5);

628: IF (NVL(TRIM(x_attribute4),'-999') <> NVL( TRIM(Recinfo.attribute4),'-999')) THEN
629: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute4 '||x_attribute4 ||' Database attribute4 '||Recinfo.attribute4);
630: END IF;
631: IF (NVL(TRIM(x_attribute5),'-999') <> NVL( TRIM(Recinfo.attribute5),'-999')) THEN
632: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute5 '||x_attribute5 ||' Database attribute5 '||Recinfo.attribute5);
633: END IF;
634: IF (NVL(TRIM(x_attribute6),'-999') <> NVL( TRIM(Recinfo.attribute6),'-999')) THEN
635: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute6 '||x_attribute6 ||' Database attribute6 '||Recinfo.attribute6);
636: END IF;

Line 635: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute6 '||x_attribute6 ||' Database attribute6 '||Recinfo.attribute6);

631: IF (NVL(TRIM(x_attribute5),'-999') <> NVL( TRIM(Recinfo.attribute5),'-999')) THEN
632: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute5 '||x_attribute5 ||' Database attribute5 '||Recinfo.attribute5);
633: END IF;
634: IF (NVL(TRIM(x_attribute6),'-999') <> NVL( TRIM(Recinfo.attribute6),'-999')) THEN
635: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute6 '||x_attribute6 ||' Database attribute6 '||Recinfo.attribute6);
636: END IF;
637: IF (NVL(TRIM(x_attribute7),'-999') <> NVL( TRIM(Recinfo.attribute7),'-999')) THEN
638: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute7 '||x_attribute7 ||' Database attribute7 '||Recinfo.attribute7);
639: END IF;

Line 638: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute7 '||x_attribute7 ||' Database attribute7 '||Recinfo.attribute7);

634: IF (NVL(TRIM(x_attribute6),'-999') <> NVL( TRIM(Recinfo.attribute6),'-999')) THEN
635: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute6 '||x_attribute6 ||' Database attribute6 '||Recinfo.attribute6);
636: END IF;
637: IF (NVL(TRIM(x_attribute7),'-999') <> NVL( TRIM(Recinfo.attribute7),'-999')) THEN
638: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute7 '||x_attribute7 ||' Database attribute7 '||Recinfo.attribute7);
639: END IF;
640: IF (NVL(TRIM(x_attribute8),'-999') <> NVL( TRIM(Recinfo.attribute8),'-999')) THEN
641: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute8 '||x_attribute8 ||' Database attribute8 '||Recinfo.attribute8);
642: END IF;

Line 641: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute8 '||x_attribute8 ||' Database attribute8 '||Recinfo.attribute8);

637: IF (NVL(TRIM(x_attribute7),'-999') <> NVL( TRIM(Recinfo.attribute7),'-999')) THEN
638: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute7 '||x_attribute7 ||' Database attribute7 '||Recinfo.attribute7);
639: END IF;
640: IF (NVL(TRIM(x_attribute8),'-999') <> NVL( TRIM(Recinfo.attribute8),'-999')) THEN
641: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute8 '||x_attribute8 ||' Database attribute8 '||Recinfo.attribute8);
642: END IF;
643: IF (NVL(TRIM(x_attribute9),'-999') <> NVL( TRIM(Recinfo.attribute9),'-999')) THEN
644: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute9 '||x_attribute9 ||' Database attribute9 '||Recinfo.attribute9);
645: END IF;

Line 644: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute9 '||x_attribute9 ||' Database attribute9 '||Recinfo.attribute9);

640: IF (NVL(TRIM(x_attribute8),'-999') <> NVL( TRIM(Recinfo.attribute8),'-999')) THEN
641: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute8 '||x_attribute8 ||' Database attribute8 '||Recinfo.attribute8);
642: END IF;
643: IF (NVL(TRIM(x_attribute9),'-999') <> NVL( TRIM(Recinfo.attribute9),'-999')) THEN
644: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute9 '||x_attribute9 ||' Database attribute9 '||Recinfo.attribute9);
645: END IF;
646: IF (NVL(TRIM(x_attribute10),'-999') <> NVL( TRIM(Recinfo.attribute10),'-999')) THEN
647: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute10 '||x_attribute10 ||' Database attribute10 '||Recinfo.attribute10);
648: END IF;

Line 647: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute10 '||x_attribute10 ||' Database attribute10 '||Recinfo.attribute10);

643: IF (NVL(TRIM(x_attribute9),'-999') <> NVL( TRIM(Recinfo.attribute9),'-999')) THEN
644: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute9 '||x_attribute9 ||' Database attribute9 '||Recinfo.attribute9);
645: END IF;
646: IF (NVL(TRIM(x_attribute10),'-999') <> NVL( TRIM(Recinfo.attribute10),'-999')) THEN
647: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute10 '||x_attribute10 ||' Database attribute10 '||Recinfo.attribute10);
648: END IF;
649: IF (NVL(TRIM(x_attribute11),'-999') <> NVL( TRIM(Recinfo.attribute11),'-999')) THEN
650: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute11 '||x_attribute11 ||' Database attribute11 '||Recinfo.attribute11);
651: END IF;

Line 650: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute11 '||x_attribute11 ||' Database attribute11 '||Recinfo.attribute11);

646: IF (NVL(TRIM(x_attribute10),'-999') <> NVL( TRIM(Recinfo.attribute10),'-999')) THEN
647: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute10 '||x_attribute10 ||' Database attribute10 '||Recinfo.attribute10);
648: END IF;
649: IF (NVL(TRIM(x_attribute11),'-999') <> NVL( TRIM(Recinfo.attribute11),'-999')) THEN
650: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute11 '||x_attribute11 ||' Database attribute11 '||Recinfo.attribute11);
651: END IF;
652: IF (NVL(TRIM(x_attribute12),'-999') <> NVL( TRIM(Recinfo.attribute12),'-999')) THEN
653: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute12 '||x_attribute12 ||' Database attribute12 '||Recinfo.attribute12);
654: END IF;

Line 653: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute12 '||x_attribute12 ||' Database attribute12 '||Recinfo.attribute12);

649: IF (NVL(TRIM(x_attribute11),'-999') <> NVL( TRIM(Recinfo.attribute11),'-999')) THEN
650: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute11 '||x_attribute11 ||' Database attribute11 '||Recinfo.attribute11);
651: END IF;
652: IF (NVL(TRIM(x_attribute12),'-999') <> NVL( TRIM(Recinfo.attribute12),'-999')) THEN
653: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute12 '||x_attribute12 ||' Database attribute12 '||Recinfo.attribute12);
654: END IF;
655: IF (NVL(TRIM(x_attribute13),'-999') <> NVL( TRIM(Recinfo.attribute13),'-999')) THEN
656: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute13 '||x_attribute13 ||' Database attribute13 '||Recinfo.attribute13);
657: END IF;

Line 656: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute13 '||x_attribute13 ||' Database attribute13 '||Recinfo.attribute13);

652: IF (NVL(TRIM(x_attribute12),'-999') <> NVL( TRIM(Recinfo.attribute12),'-999')) THEN
653: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute12 '||x_attribute12 ||' Database attribute12 '||Recinfo.attribute12);
654: END IF;
655: IF (NVL(TRIM(x_attribute13),'-999') <> NVL( TRIM(Recinfo.attribute13),'-999')) THEN
656: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute13 '||x_attribute13 ||' Database attribute13 '||Recinfo.attribute13);
657: END IF;
658: IF (NVL(TRIM(x_attribute14),'-999') <> NVL( TRIM(Recinfo.attribute14),'-999')) THEN
659: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute14 '||x_attribute14 ||' Database attribute14 '||Recinfo.attribute14);
660: END IF;

Line 659: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute14 '||x_attribute14 ||' Database attribute14 '||Recinfo.attribute14);

655: IF (NVL(TRIM(x_attribute13),'-999') <> NVL( TRIM(Recinfo.attribute13),'-999')) THEN
656: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute13 '||x_attribute13 ||' Database attribute13 '||Recinfo.attribute13);
657: END IF;
658: IF (NVL(TRIM(x_attribute14),'-999') <> NVL( TRIM(Recinfo.attribute14),'-999')) THEN
659: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute14 '||x_attribute14 ||' Database attribute14 '||Recinfo.attribute14);
660: END IF;
661: IF (NVL(TRIM(x_attribute15),'-999') <> NVL( TRIM(Recinfo.attribute15),'-999')) THEN
662: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute15 '||x_attribute15 ||' Database attribute15 '||Recinfo.attribute15);
663: END IF;

Line 662: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute15 '||x_attribute15 ||' Database attribute15 '||Recinfo.attribute15);

658: IF (NVL(TRIM(x_attribute14),'-999') <> NVL( TRIM(Recinfo.attribute14),'-999')) THEN
659: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute14 '||x_attribute14 ||' Database attribute14 '||Recinfo.attribute14);
660: END IF;
661: IF (NVL(TRIM(x_attribute15),'-999') <> NVL( TRIM(Recinfo.attribute15),'-999')) THEN
662: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute15 '||x_attribute15 ||' Database attribute15 '||Recinfo.attribute15);
663: END IF;
664: IF (NVL(x_amount,-999) <> NVL(Recinfo.amount,-999)) THEN
665: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form amount'||x_amount ||' Database amount '|| Recinfo.amount);
666: END IF;

Line 665: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form amount'||x_amount ||' Database amount '|| Recinfo.amount);

661: IF (NVL(TRIM(x_attribute15),'-999') <> NVL( TRIM(Recinfo.attribute15),'-999')) THEN
662: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form attribute15 '||x_attribute15 ||' Database attribute15 '||Recinfo.attribute15);
663: END IF;
664: IF (NVL(x_amount,-999) <> NVL(Recinfo.amount,-999)) THEN
665: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form amount'||x_amount ||' Database amount '|| Recinfo.amount);
666: END IF;
667: END IF;
668: FND_MESSAGE.set_name('FND', 'FORM_RECORD_CHANGED');
669: APP_EXCEPTION.RAISE_EXCEPTION;