DBA Data[Home] [Help]

APPS.FND_RESUB_PRIVATE dependencies on FND_RESUB_PRIVATE

Line 1: package body FND_RESUB_PRIVATE as

1: package body FND_RESUB_PRIVATE as
2: /* $Header: AFCPRSPB.pls 120.5 2005/12/27 11:29:23 tkamiya ship $ */
3:
4:
5:

Line 209: P_inc_proc := 'FND_RESUB_PRIVATE.DEFAULT_INCREMENT_PROC';

205:
206: end if;
207:
208: if P_inc_proc is null then
209: P_inc_proc := 'FND_RESUB_PRIVATE.DEFAULT_INCREMENT_PROC';
210: end if;
211:
212: fnd_dflex.get_flexfield(prog_app_name, '$SRS$.' || prog_name,
213: fcontext.flexfield, flexi);

Line 440: P_inc_proc := 'FND_RESUB_PRIVATE.DEFAULT_INCREMENT_PROC';

436: -- increment the arguments if necessary
437: if P_increment_flag = 'Y' then
438:
439: if P_inc_proc is null then
440: P_inc_proc := 'FND_RESUB_PRIVATE.DEFAULT_INCREMENT_PROC';
441: end if;
442:
443: fnd_dflex.get_flexfield(P_ProgAppName, '$SRS$.' || P_progname, fcontext.flexfield, flexi);
444: fnd_dflex.get_contexts(fcontext.flexfield, fcontexts);

Line 543: return_info(-1, 'FND_RESUB_PRIVATE.PROCESS_SET EXCEPTION: ' || substr(sqlerrm, 1, 100));

539: close c_requests;
540:
541: exception
542: when others then
543: return_info(-1, 'FND_RESUB_PRIVATE.PROCESS_SET EXCEPTION: ' || substr(sqlerrm, 1, 100));
544:
545: end;
546:
547:

Line 775: errbuf := 'FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ' || substr(sqlerrm, 1, 100);

771:
772: exception
773: when others then
774: errnum := -1;
775: errbuf := 'FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ' || substr(sqlerrm, 1, 100);
776: end;
777:
778:
779: