DBA Data[Home] [Help]

APPS.JAI_GENERAL_PKG dependencies on FND_FILE

Line 621: FND_FILE.put_line( FND_FILE.log, '/////// Error IN GENERAL_PKG.plot_codepath. lv_mesg'||lv_mesg);

617: return lv_codepath;
618:
619: exception
620: when others then
621: FND_FILE.put_line( FND_FILE.log, '/////// Error IN GENERAL_PKG.plot_codepath. lv_mesg'||lv_mesg);
622:
623: lv_codepath := 'Exception in plot_codepath :' || sqlerrm || '/' || lv_codepath;
624: return lv_codepath;
625: end plot_codepath;

Line 848: fnd_file.put_line(fnd_file.log, 'v_address_id -> '|| v_address_id);

844: CLOSE address_cur;
845:
846:
847: IF v_debug = 'Y' THEN
848: fnd_file.put_line(fnd_file.log, 'v_address_id -> '|| v_address_id);
849: END IF;
850:
851:
852: ----------------------------------------------------------------------------------------------------------

Line 893: fnd_file.put_line(fnd_file.log,' Inside IF OF v_assessable_value IS NULL ');

889:
890: IF v_assessable_value IS NULL THEN
891:
892: IF v_debug = 'Y' THEN
893: fnd_file.put_line(fnd_file.log,' Inside IF OF v_assessable_value IS NULL ');
894: END IF;
895:
896: -- Fetch Assessable Price List Value for the
897: -- given Customer and NULL LOCATION Combination

Line 905: fnd_file.put_line(fnd_file.log, '2 v_assessable_value -> '||v_assessable_value||', v_price_list_uom_code -> '||v_price_list_uom_code);

901:
902: END IF;
903:
904: IF v_debug = 'Y' THEN
905: fnd_file.put_line(fnd_file.log, '2 v_assessable_value -> '||v_assessable_value||', v_price_list_uom_code -> '||v_price_list_uom_code);
906: END IF;
907:
908: /********************************************* Part 4 ****************************************/
909:

Line 989: fnd_file.put_line(fnd_file.log,' No Assessable value is defined, so default price is returning back ');

985: END IF; --end if for v_assessable_value
986: --Ends here..........................
987: IF nvl(v_assessable_value,0) =0 THEN
988: IF v_debug = 'Y' THEN
989: fnd_file.put_line(fnd_file.log,' No Assessable value is defined, so default price is returning back ');
990: END IF;
991:
992: v_assessable_value := NVL(p_default_price, 0);
993: END IF;

Line 1041: fnd_file.put_line(fnd_file.log,' Inside IF OF v_assessable_value IS NULL ');

1037:
1038: IF v_assessable_value IS NULL THEN
1039:
1040: IF v_debug = 'Y' THEN
1041: fnd_file.put_line(fnd_file.log,' Inside IF OF v_assessable_value IS NULL ');
1042: END IF;
1043:
1044: -- Fetch Assessable Price List Value for the
1045: -- given Vendor and NULL LOCATION Combination

Line 1057: fnd_file.put_line(fnd_file.log, '2 v_assessable_value -> '||v_assessable_value||', v_price_list_uom_code -> '||v_price_list_uom_code);

1053:
1054: END IF;
1055:
1056: IF v_debug = 'Y' THEN
1057: fnd_file.put_line(fnd_file.log, '2 v_assessable_value -> '||v_assessable_value||', v_price_list_uom_code -> '||v_price_list_uom_code);
1058: END IF;
1059:
1060: /********************************************* Part 4 ****************************************/
1061:

Line 1141: fnd_file.put_line(fnd_file.log,' No Assessable value is defined, so default price is returning back ');

1137: END IF; --end if for v_assessable_value
1138: --Ends here..........................
1139: IF nvl(v_assessable_value,0) =0 THEN
1140: IF v_debug = 'Y' THEN
1141: fnd_file.put_line(fnd_file.log,' No Assessable value is defined, so default price is returning back ');
1142: END IF;
1143:
1144: v_assessable_value := NVL(p_default_price, 0);
1145: END IF;