Gurus,

This recursive SQL is executed by SYS during an exchange partition command.

I am trying to locate this TBL$OR$IDX$PART$NUM procedure?

Where is it? How to go about locating it?

Thanks.


SELECT distinct TBL$OR$IDX$PART$NUM("BBUKDW"."VISIT_TX", 0, "CALENDAR_DT")
FROM (SELECT "D"."CALENDAR_DT" CALENDAR_DT FROM "BBUKDW"."JPL_DAY" "D"
WHERE "D"."FINANCIAL_WEEK_ID">=200218 AND "D"."FINANCIAL_WEEK_ID"<=200222)
ORDER BY 1}