DBA Data[Home] [Help]

APPS.FNDCP_TMSRV dependencies on FND_CP_TMSRV_PIPE

Line 117: fnd_cp_tmsrv_pipe.initialize(e_code, qid, pid);

113: P_TRANSPORT_TYPE := 'QUEUE';
114: end if;
115:
116: if P_TRANSPORT_TYPE = 'PIPE' then
117: fnd_cp_tmsrv_pipe.initialize(e_code, qid, pid);
118: else
119: fnd_cp_tmsrv_queue.initialize(e_code, qid, pid);
120: end if;
121:

Line 167: fnd_cp_tmsrv_pipe.read_message(e_code, timeout, pktyp, enddate,

163: arg_20 in out nocopy varchar2) is
164: begin
165:
166: if P_TRANSPORT_TYPE = 'PIPE' then
167: fnd_cp_tmsrv_pipe.read_message(e_code, timeout, pktyp, enddate,
168: reqid, return_id, nlslang, nls_num_chars,
169: nls_date_lang, secgrpid, usrid, rspapid,
170: rspid, logid, apsname, program,
171: numargs, org_type, org_id,

Line 212: fnd_cp_tmsrv_pipe.write_message(e_code, return_id, pktyp, reqid, outcome, message);

208: begin
209:
210:
211: if P_TRANSPORT_TYPE = 'PIPE' then
212: fnd_cp_tmsrv_pipe.write_message(e_code, return_id, pktyp, reqid, outcome, message);
213: else
214: fnd_cp_tmsrv_queue.write_message(e_code, return_id, pktyp, reqid, outcome, message);
215: end if;
216: