DBA Data[Home] [Help]

APPS.EDW_OWB_COLLECTION_UTIL dependencies on FND_FILE

Line 992: FND_FILE.PUT_NAMES(p_object_name||'.log',p_object_name||'.out',l_dir);

988: end if;
989: g_conc_log_index:=0;
990: g_status:=true;
991: --REMOVE comments
992: FND_FILE.PUT_NAMES(p_object_name||'.log',p_object_name||'.out',l_dir);
993: g_file_flag:=true;
994: if g_version_GT_1159 is null then
995: g_version_GT_1159:=is_oracle_apps_GT_1159;
996: end if;

Line 1019: FND_FILE.PUT_LINE(FND_FILE.LOG,p_conc_status||' '||p_conc_message);

1015: p_conc_status varchar2,
1016: p_conc_message varchar2) IS
1017: Begin
1018: if g_file_flag then
1019: FND_FILE.PUT_LINE(FND_FILE.LOG,p_conc_status||' '||p_conc_message);
1020: end if;
1021: Exception when others then
1022: g_status_message:=sqlerrm;
1023: null;

Line 1058: FND_FILE.PUT_LINE(FND_FILE.LOG,substr(p_message, l_start, 250));

1054: l_end:=l_len;
1055: last_reached:=true;
1056: end if;
1057: if g_file_flag then
1058: FND_FILE.PUT_LINE(FND_FILE.LOG,substr(p_message, l_start, 250));
1059: end if;
1060: l_start:=l_start+250;
1061: if last_reached then
1062: exit;

Line 1126: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,substr(p_message, l_start, 250));

1122: --l_end:=l_len;
1123: last_reached:=true;
1124: end if;
1125: if g_file_flag then
1126: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,substr(p_message, l_start, 250));
1127: end if;
1128: l_start:=l_start+250;
1129: if last_reached then
1130: exit;