DBA Data[Home] [Help]

APPS.PA_PURGE_UNASGN_FI dependencies on PA_IMPLEMENTATIONS

Line 799: FROM PA_Implementations IMP;

795: -- changes for bug 13794115
796: cursor c_imp_set_of_books
797: IS
798: SELECT IMP.Set_Of_Books_ID
799: FROM PA_Implementations IMP;
800:
801: l_sob_id NUMBER;
802: l_sob_name VARCHAR2(30);
803: l_tblock VARCHAR2(132);

Line 812: FROM PA_Implementations IMP; */

808: begin
809: -- commented for bug 13794115
810: /* SELECT IMP.Set_Of_Books_ID
811: INTO l_sob_id
812: FROM PA_Implementations IMP; */
813:
814: -- changes Start for bug 13794115
815: For rec_imp_set_of_books IN c_imp_set_of_books
816: LOOP