DBA Data[Home] [Help]

APPS.CS_SR_ADDR_SYNC_INDEX_PKG dependencies on FND_FILE

Line 25: --3..FND_FILE.PUT_LINE(3..FND_FILE.LOG, errbuf);

21: l_mode := 'S';
22: elsif( bmode not in ('S','OFAST', 'OFULL')) then
23: errbuf := 'Invalid mode specified';
24: begin
25: --3..FND_FILE.PUT_LINE(3..FND_FILE.LOG, errbuf);
26: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
27: exception
28: when others then
29: null;

Line 26: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);

22: elsif( bmode not in ('S','OFAST', 'OFULL')) then
23: errbuf := 'Invalid mode specified';
24: begin
25: --3..FND_FILE.PUT_LINE(3..FND_FILE.LOG, errbuf);
26: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
27: exception
28: when others then
29: null;
30: end;

Line 76: --3..FND_FILE.PUT_LINE(3..FND_FILE.LOG, errbuf);

72: if(bmode is null or bmode not in ('S', 'OFAST', 'OFULL')) then
73: errbuf := 'Invalid mode specified';
74:
75: begin
76: --3..FND_FILE.PUT_LINE(3..FND_FILE.LOG, errbuf);
77: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
78: exception
79: when others then
80: null;

Line 77: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);

73: errbuf := 'Invalid mode specified';
74:
75: begin
76: --3..FND_FILE.PUT_LINE(3..FND_FILE.LOG, errbuf);
77: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
78: exception
79: when others then
80: null;
81: end;

Line 96: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);

92:
93: errbuf := 'Index ADDRESS_CTX_INDEX is not found. Please create the domain index ' ||
94: 'before executing this concurrent program.';
95: begin
96: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
97: exception
98: when others then
99: null;
100: end;

Line 135: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);

131: errbuf := 'Unexpected error while attempting to sync domain index ADDRESS_CTX_INDEX.'
132: || ' Error : '|| SQLERRM;
133:
134: begin
135: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
136: exception
137: when others then
138: null;
139: end;