DBA Data[Home] [Help]

APPS.FND_RESUB_PRIVATE dependencies on FND_DFLEX

Line 24: P_fsegs fnd_dflex.segments_dr;

20: P_sch_name VARCHAR2(20) := null;
21: P_errbuf varchar2(240) := null;
22: P_errnum number := 0;
23: P_inc_proc varchar2(61) := null;
24: P_fsegs fnd_dflex.segments_dr;
25: P_rsub_int number := null; -- Resubmit_Interval
26: P_rsub_int_unit_code varchar2(30) := null; -- Resubmit_Interval_Unit_Code
27: P_IncrOpt varchar2(1) :='S'; -- profile: CONC_DATE_INCREMENT_OPTION
28:

Line 127: flexi fnd_dflex.dflex_dr;

123: end;
124:
125: procedure start_toy(req_id in number, new_req_start in varchar2) is
126:
127: flexi fnd_dflex.dflex_dr;
128: fcontexts fnd_dflex.contexts_dr;
129: fcontext fnd_dflex.context_r;
130: prog_app_name varchar2(30);
131: prog_name varchar2(30);

Line 128: fcontexts fnd_dflex.contexts_dr;

124:
125: procedure start_toy(req_id in number, new_req_start in varchar2) is
126:
127: flexi fnd_dflex.dflex_dr;
128: fcontexts fnd_dflex.contexts_dr;
129: fcontext fnd_dflex.context_r;
130: prog_app_name varchar2(30);
131: prog_name varchar2(30);
132: old_req_start date;

Line 129: fcontext fnd_dflex.context_r;

125: procedure start_toy(req_id in number, new_req_start in varchar2) is
126:
127: flexi fnd_dflex.dflex_dr;
128: fcontexts fnd_dflex.contexts_dr;
129: fcontext fnd_dflex.context_r;
130: prog_app_name varchar2(30);
131: prog_name varchar2(30);
132: old_req_start date;
133:

Line 212: fnd_dflex.get_flexfield(prog_app_name, '$SRS$.' || prog_name,

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);
214: fnd_dflex.get_contexts(fcontext.flexfield, fcontexts);
215: fcontext.context_code := fcontexts.context_code(fcontexts.global_context);
216: fnd_dflex.get_segments(fcontext,P_fsegs, TRUE);

Line 214: fnd_dflex.get_contexts(fcontext.flexfield, fcontexts);

210: end if;
211:
212: fnd_dflex.get_flexfield(prog_app_name, '$SRS$.' || prog_name,
213: fcontext.flexfield, flexi);
214: fnd_dflex.get_contexts(fcontext.flexfield, fcontexts);
215: fcontext.context_code := fcontexts.context_code(fcontexts.global_context);
216: fnd_dflex.get_segments(fcontext,P_fsegs, TRUE);
217:
218: P_ProgName := prog_name;

Line 216: fnd_dflex.get_segments(fcontext,P_fsegs, TRUE);

212: fnd_dflex.get_flexfield(prog_app_name, '$SRS$.' || prog_name,
213: fcontext.flexfield, flexi);
214: fnd_dflex.get_contexts(fcontext.flexfield, fcontexts);
215: fcontext.context_code := fcontexts.context_code(fcontexts.global_context);
216: fnd_dflex.get_segments(fcontext,P_fsegs, TRUE);
217:
218: P_ProgName := prog_name;
219: P_ProgAppName := prog_app_name;
220:

Line 329: flexi fnd_dflex.dflex_dr;

325: procedure process_set(req_id in number, new_req_start in varchar2,
326: new_req_id in number, errnum out nocopy number, errbuf out nocopy varchar2) is
327:
328: old_req_start date;
329: flexi fnd_dflex.dflex_dr;
330: fcontexts fnd_dflex.contexts_dr;
331: fcontext fnd_dflex.context_r;
332: v_app_id number(15);
333: v_prog_id number(15);

Line 330: fcontexts fnd_dflex.contexts_dr;

326: new_req_id in number, errnum out nocopy number, errbuf out nocopy varchar2) is
327:
328: old_req_start date;
329: flexi fnd_dflex.dflex_dr;
330: fcontexts fnd_dflex.contexts_dr;
331: fcontext fnd_dflex.context_r;
332: v_app_id number(15);
333: v_prog_id number(15);
334: v_rsp_id number(15);

Line 331: fcontext fnd_dflex.context_r;

327:
328: old_req_start date;
329: flexi fnd_dflex.dflex_dr;
330: fcontexts fnd_dflex.contexts_dr;
331: fcontext fnd_dflex.context_r;
332: v_app_id number(15);
333: v_prog_id number(15);
334: v_rsp_id number(15);
335: v_set_app_id number(15);

Line 443: fnd_dflex.get_flexfield(P_ProgAppName, '$SRS$.' || P_progname, fcontext.flexfield, flexi);

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);
445: fcontext.context_code := fcontexts.context_code(fcontexts.global_context);
446: fnd_dflex.get_segments(fcontext, P_fsegs, TRUE);
447:

Line 444: fnd_dflex.get_contexts(fcontext.flexfield, fcontexts);

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);
445: fcontext.context_code := fcontexts.context_code(fcontexts.global_context);
446: fnd_dflex.get_segments(fcontext, P_fsegs, TRUE);
447:
448: P_nargs := P_fsegs.nsegments;

Line 446: fnd_dflex.get_segments(fcontext, P_fsegs, TRUE);

442:
443: fnd_dflex.get_flexfield(P_ProgAppName, '$SRS$.' || P_progname, fcontext.flexfield, flexi);
444: fnd_dflex.get_contexts(fcontext.flexfield, fcontexts);
445: fcontext.context_code := fcontexts.context_code(fcontexts.global_context);
446: fnd_dflex.get_segments(fcontext, P_fsegs, TRUE);
447:
448: P_nargs := P_fsegs.nsegments;
449:
450: execute_increment_proc;