847:
848: lvc_balance_status := gv_invalid;
849:
850: /* Print Header for the FIle */
851: fnd_file.put_line(fnd_file.output, formated_header_string(
852: gv_title || ':- ( ' || lvc_date_time || ' )'
853: ,p_output_file_type
854: ));
855:
855:
856:
857: /* Leave 4 blank line */
858: for i in 1..4 LOOP
859: fnd_file.put_line(fnd_file.output, formated_header_string(
860: ' '
861: ,p_output_file_type
862: ));
863: END LOOP;
879:
880:
881: /* STEP 2: Run Balance Status Section */
882:
883: fnd_file.put_line(fnd_file.output, formated_header_string(
884: gv_title_sec1 || ' '
885: ,p_output_file_type
886: ));
887:
885: ,p_output_file_type
886: ));
887:
888: IF p_output_file_type ='HTML' THEN
889: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '');
890: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
916: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, lv_data_row);
917: END LOOP ;
918:
919: IF p_output_file_type ='HTML' THEN
920: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
923:
924: /* STEP 3: FOR the SEEDED Attribute */
925: /* Leave 4 blank line */
926: FOR i in 1..4 LOOP
927: fnd_file.put_line(fnd_file.output, formated_header_string(
928: ' '
929: ,p_output_file_type
930: ));
931: END LOOP;
929: ,p_output_file_type
930: ));
931: END LOOP;
932:
933: fnd_file.put_line(fnd_file.output, formated_header_string(
934: gv_title_sec2 || ' '
935: ,p_output_file_type
936: ));
937:
1024:
1025: END LOOP ; /* c_userdef_att */
1026:
1027: IF p_output_file_type ='HTML' THEN
1028: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
1036:
1037: IF p_attribute_balance = 'Y' THEN
1038:
1039: FOR i in 1..4 LOOP
1040: fnd_file.put_line(fnd_file.output, formated_header_string(
1041: ' '
1042: ,p_output_file_type
1043: ));
1044: END LOOP;
1042: ,p_output_file_type
1043: ));
1044: END LOOP;
1045:
1046: fnd_file.put_line(fnd_file.output, formated_header_string(
1047: gv_title_sec3 || ' '
1048: ,p_output_file_type
1049: ));
1050:
1107:
1108: END LOOP ; /* c_userdef_att */
1109:
1110: IF p_output_file_type ='HTML' THEN
1111: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '
1125: lvn_count := lvn_count +1;
1126: /* Print only first time */
1127: IF lvn_count = 1 THEN
1128:
1129: fnd_file.put_line(fnd_file.output, formated_header_string(
1130: gv_title_sec4 || ' '
1131: ,p_output_file_type
1132: ));
1133:
1167: END LOOP; /* c_attrib_details */
1168:
1169:
1170: IF p_output_file_type ='HTML' THEN
1171: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '