DBA Data[Home] [Help]

APPS.PAY_VOID_UI_PKG dependencies on PAY_PROCESS_REQUESTS

Line 68: from pay_process_requests ppr_outer

64: cursor csr_process_flow is
65: select ppr_outer.fnd_request_id,
66: ppr_outer.process_flow_id,
67: rownum
68: from pay_process_requests ppr_outer
69: where process_request_id =
70: (select ppr_inner.process_request_id
71: from pay_process_requests ppr_inner
72: where ppr_inner.fnd_request_id = p_fnd_request_id

Line 71: from pay_process_requests ppr_inner

67: rownum
68: from pay_process_requests ppr_outer
69: where process_request_id =
70: (select ppr_inner.process_request_id
71: from pay_process_requests ppr_inner
72: where ppr_inner.fnd_request_id = p_fnd_request_id
73: )
74: order by process_req_seq_id;
75: