DBA Data[Home] [Help]

APPS.IBY_SCHED dependencies on IBY_ECAPP_V

Line 329: FROM iby_ecapp_v

325:
326: -- Now getting the application short name
327: SELECT application_short_name
328: INTO ecapp_name
329: FROM iby_ecapp_v
330: WHERE ecappid = in_ecappid;
331:
332: -- dbms_output.put_line('Total count for inner loop : ' || i);
333: --dbms_output.put_line('Sending in : ' || txn_id_Tab(1) ||'** ' ||Status_Tab(1) ||'** '|| updatedt_Tab(1) || '** '|| refcode_Tab(1) ||'** '|| txn_mid_Tab(1));

Line 375: * exist in iby_ecapp_v, or that the procedure ecapp_pkg.update_status

371: WHEN OTHERS THEN
372:
373: /*
374: * If we reached here it means that either the ecapp name does not
375: * exist in iby_ecapp_v, or that the procedure ecapp_pkg.update_status
376: * does not exist. Both these are ok. Swallow the exception and
377: * all procedure to exit gracefully. Fix for bug 3883880.
378: */
379: NULL;