DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on OKS_CODE_HOOK

Line 872: oks_code_hook.custom_da_prc(l_oks_cnt,x_hook);

868: fnd_file.put_line(fnd_file.log,'Total Queue Size '||l_queue_size);
869: fnd_file.put_line(fnd_file.log,'Total Contracts picked from interface table '||l_oks_cnt);
870:
871: ---call the custom hook
872: oks_code_hook.custom_da_prc(l_oks_cnt,x_hook);
873:
874: IF x_hook = -1 THEN
875: fnd_file.put_line(fnd_file.log,'Error in the custom hook oks_code_hook.custom_da_prc ');
876: retcode :=2;

Line 875: fnd_file.put_line(fnd_file.log,'Error in the custom hook oks_code_hook.custom_da_prc ');

871: ---call the custom hook
872: oks_code_hook.custom_da_prc(l_oks_cnt,x_hook);
873:
874: IF x_hook = -1 THEN
875: fnd_file.put_line(fnd_file.log,'Error in the custom hook oks_code_hook.custom_da_prc ');
876: retcode :=2;
877: errbuf :=substr('Error in custom hook OKS_CODE_HOOK.CUSTOM_DA_PRC ',1,200);
878: END IF;
879:

Line 877: errbuf :=substr('Error in custom hook OKS_CODE_HOOK.CUSTOM_DA_PRC ',1,200);

873:
874: IF x_hook = -1 THEN
875: fnd_file.put_line(fnd_file.log,'Error in the custom hook oks_code_hook.custom_da_prc ');
876: retcode :=2;
877: errbuf :=substr('Error in custom hook OKS_CODE_HOOK.CUSTOM_DA_PRC ',1,200);
878: END IF;
879:
880: EXCEPTION
881: WHEN OTHERS THEN