DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_PVT dependencies on STANDARD

Line 708: -- SYMANTEC THROUGHPUT Fix: removed the dynamic SQL execution with standard

704: --END IF;
705:
706: IF global_struct_attrs_cur%FOUND THEN
707: -- bug 7034445
708: -- SYMANTEC THROUGHPUT Fix: removed the dynamic SQL execution with standard
709: -- PL/SQL code.
710: /*
711: --Assign the value to the global structure in a sql_stmt string
712: l_sql_stmt := 'BEGIN '||

Line 853: -- SYMANTEC THROUGHPUT Fix: removed the dynamic SQL execution with standard

849: --dbms_output.put_line('record fetched 2');
850: --END IF;
851: IF global_struct_attrs_cur%FOUND THEN
852: -- bug 7034445
853: -- SYMANTEC THROUGHPUT Fix: removed the dynamic SQL execution with standard
854: -- PL/SQL code.
855: /*
856: --Assign the value to the global structure in a sql_stmt string
857: l_sql_stmt := ''; --initialize

Line 915: -- SYMANTEC THROUGHPUT Fix: removed the dynamic SQL execution with standard

911: FETCH global_struct_attrs_cur INTO l_rec;
912:
913: IF global_struct_attrs_cur%FOUND THEN
914: -- bug 7034445
915: -- SYMANTEC THROUGHPUT Fix: removed the dynamic SQL execution with standard
916: -- PL/SQL code.
917: /*
918: --Assign the value to the global structure in a sql_stmt string
919: l_sql_stmt := 'BEGIN '||