DBA Data[Home] [Help]

APPS.PA_IND_RATE_SCH_REVISIONS_PKG dependencies on PA_ALLOC_TXN_DETAILS

Line 244: from pa_alloc_txn_details

240: cursor c_cint is
241: select 1
242: from sys.dual
243: where exists (select 1
244: from pa_alloc_txn_details
245: where ind_rate_sch_revision_id = x_ind_rate_sch_revision_id);
246:
247: /*Start ---- Added this cursor for 5877935 */
248: /* Code commented for Bug 6312921 - */